Find a person in the BnF authority file
search_authorsFind a person in the BnF authority file by name and get their identifier. Use birth/death year and role to distinguish between same-name records.
Instructions
Find a person in the Bibliothèque nationale de France authority file by name, and get the identifier the other tools take. This matches the name the BnF records, so it takes a surname, a full name or both names in either order. It does not read biographies, so it cannot find a person from what they wrote or what they did. Several rows can carry one name: the BnF keeps more than one authority record for some people, and many people share a name. Read 'birth_year', 'death_year' and 'role' to tell them apart, and show the caller the choice rather than picking one. Rows come back in the order the index returned them, which is not an order of relevance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The person's name, such as 'Rimbaud' or 'Arthur Rimbaud'. | |
| page | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name asked for. | |
| page | Yes | ||
| notes | Yes | ||
| authors | Yes | ||
| has_more | Yes | Whether the index held at least one further match beyond this page. | |
| retrieved_at | Yes | When these metadata were read from data.bnf.fr, as an ISO 8601 instant. The BnF licence asks for this date to be stated wherever the metadata are shown, so repeat it alongside the source. | |
| words_searched | Yes | The words the index was actually asked for, after punctuation was set aside. |