Gather the digitised documents attached to a record
find_digitisedRetrieve links to digitised documents from the BnF catalogue using a person or work identifier. For works it walks editions; for people it gathers images and digitised editions of their works.
Instructions
Gather the digitised documents the Bibliothèque nationale de France catalogue attaches to one person or one work, and return them as links. Give the identifier of either; the tool reads what kind of record it is and follows the right path. For a work it walks the editions; for a person it takes the images on the record and the digitised editions of the works they are credited with. Every result is a link for someone to open. This server reads the BnF catalogue and never requests gallica.bnf.fr, so it reports nothing about what is at the other end: not whether the document opens, not what it contains, not on what terms it may be reused. It returns links and nothing else: no publisher, no date, no ISBN. Use list_editions when which edition a copy belongs to matters. A 'depiction' illustrates a record and can be a page that merely mentions the subject. A 'reproduction' is an edition digitised. An 'ocr' link names a machine-read text of a document, which this server does not fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A person or work identifier, such as 'cb119219976' or 'cb11970626n'. The argument is named 'id' rather than 'work_id' or 'author_id' because it takes either. | |
| kind | No | Which kind of record the identifier names. 'auto' asks the catalogue, which costs one extra query. | auto |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| kind | Yes | What the catalogue types this record as. | |
| links | Yes | ||
| notes | Yes | ||
| counts | Yes | Links returned on this page, by role. These count links, not documents. | |
| has_more | Yes | ||
| 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. |