Download OpenAPI specification:Download
Search our collections.
The Catalogue API exposes Wellcome Collection's catalogue of works, the images derived from them, and the concepts used to describe them.
Unrecognised query parameters are ignored rather than rejected, so a misspelled filter silently returns unfiltered results. Check your parameter names against this document.
Returns a paginated list of works
| query | string Full-text search query |
| include | Array of strings Items Enum: "identifiers" "items" "holdings" "subjects" "genres" "contributors" "production" "languages" "notes" "formerFrequency" "designation" "images" "parts" "partOf" "precededBy" "succeededBy" A comma-separated list of extra fields to include |
| aggregations | Array of strings Items Enum: "workType" "genres.label" "genres" "production.dates" "subjects.label" "subjects" "languages" "contributors.agent.label" "contributors.agent" "items.locations.license" "availabilities" What aggregated data in correlation to the results should we return. The id-based variants ( |
| sort | Array of strings Items Enum: "production.dates" "items.locations.createdDate" Which field to sort the results on |
| sortOrder | string Default: "asc" Enum: "asc" "desc" The order in which to return the results |
| page | integer <int64> >= 1 Default: 1 The page to return from the result list |
| pageSize | integer <int64> [ 1 .. 100 ] Default: 10 The number of results to return per page |
| items.locations.accessConditions.status | Array of strings Items Enum: "open" "open-with-advisory" "restricted" "closed" "licensed-resources" "unavailable" "permission-required" Filter by the access status of items on the retrieved works. A comma-separated
list of AccessStatus ids. Prefix a value with |
| workType | string Filter by the format of the searched works. A comma-separated list of Format ids, e.g. |
| type | string Enum: "Collection" "Series" "Section" Filter by the type of the searched works |
| languages | string Filter by language. A comma-separated list of ISO 639-2 language ids. |
| genres.label | string Filter by genre label. A comma-separated list of labels. |
| genres | string Filter by genre id. A comma-separated list of concept ids. |
| subjects.label | string Filter by subject label. A comma-separated list of labels. |
| subjects | string Filter by subject id. A comma-separated list of concept ids. |
| contributors.agent.label | string Filter by contributor label. A comma-separated list of labels. |
| contributors.agent | string Filter by contributor id. A comma-separated list of concept ids. |
| identifiers | string Filter by identifier value. A comma-separated list of identifiers. |
| availabilities | string Filter by availability. A comma-separated list of Availability ids, e.g. |
| partOf | string Filter by the id of an ancestor work. |
| partOf.title | string Filter by the title of an ancestor work. |
| items | string Filter by item id. A comma-separated list of item ids. |
| items.identifiers | string Filter by item identifier value. A comma-separated list of identifiers. |
| items.locations.locationType | string Filter by the LocationType of items on the retrieved works. A comma-separated list of LocationType ids. |
| items.locations.license | string Filter by the license of items on the retrieved works. A comma-separated list of License ids. |
| production.dates.from | string <date> Return works produced on or after this date, in |
| production.dates.to | string <date> Return works produced on or before this date, in |
| items.locations.createdDate.from | string <date> Return works with an item location created on or after this date, in |
| items.locations.createdDate.to | string <date> Return works with an item location created on or before this date, in |
{- "type": "ResultList",
- "pageSize": 0,
- "totalPages": 0,
- "totalResults": 0,
- "results": [
- {
- "id": "string",
- "title": "string",
- "alternativeTitles": [
- "string"
], - "referenceNumber": "string",
- "description": "string",
- "physicalDescription": "string",
- "workType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "lettering": "string",
- "createdDate": {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "string"
}, - "contributors": [
- {
- "agent": {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}, - "roles": [
- {
- "label": "string",
- "type": "string"
}
], - "primary": true,
- "type": "string"
}
], - "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "subjects": [
- {
- "id": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "label": "string",
- "concepts": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": null,
- "label": null,
- "type": null
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}
], - "type": "string"
}
], - "genres": [
- {
- "label": "string",
- "concepts": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": null,
- "label": null,
- "type": null
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}
], - "type": "string"
}
], - "thumbnail": {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}, - "items": [
- {
- "id": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "title": "string",
- "note": "string",
- "locations": [
- {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": null,
- "label": null,
- "type": null
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}
], - "type": "string"
}
], - "holdings": [
- {
- "note": "string",
- "enumeration": [
- "string"
], - "location": {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}, - "type": "string"
}
], - "availabilities": [
- {
- "id": "open-shelves",
- "label": "string",
- "type": "string"
}
], - "production": [
- {
- "label": "string",
- "places": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": null,
- "label": null,
- "type": null
}, - "value": "string",
- "type": "string"
}
], - "type": "string"
}
], - "agents": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": null,
- "label": null,
- "type": null
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}
], - "dates": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": null,
- "label": null,
- "type": null
}, - "value": "string",
- "type": "string"
}
], - "type": "string"
}
], - "function": {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}, - "type": "string"
}
], - "languages": [
- {
- "id": "string",
- "label": "string",
- "type": "string"
}
], - "edition": "string",
- "notes": [
- {
- "contents": [
- "string"
], - "noteType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "type": "string"
}
], - "duration": 0,
- "currentFrequency": "string",
- "formerFrequency": [
- "string"
], - "designation": [
- "string"
], - "images": [
- {
- "id": "string",
- "type": "string"
}
], - "parts": [
- {
- "id": "string",
- "title": "string",
- "referenceNumber": "string",
- "partOf": [
- { }
], - "totalParts": 0,
- "totalDescendentParts": 0,
- "type": "string"
}
], - "partOf": [
- {
- "id": "string",
- "title": "string",
- "referenceNumber": "string",
- "partOf": [
- { }
], - "totalParts": 0,
- "totalDescendentParts": 0,
- "type": "string"
}
], - "precededBy": [
- {
- "id": "string",
- "title": "string",
- "referenceNumber": "string",
- "partOf": [
- { }
], - "totalParts": 0,
- "totalDescendentParts": 0,
- "type": "string"
}
], - "succeededBy": [
- {
- "id": "string",
- "title": "string",
- "referenceNumber": "string",
- "partOf": [
- { }
], - "totalParts": 0,
- "totalDescendentParts": 0,
- "type": "string"
}
], - "type": "Work"
}
], - "prevPage": "string",
- "nextPage": "string",
- "aggregations": {
- "workType": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "production.dates": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "genres.label": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "subjects.label": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "contributors.agent.label": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "languages": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "items.locations.license": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "availabilities": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "type": "string"
}
}Returns a single work
| id required | string The canonical identifier of the record to return. |
| include | Array of strings Items Enum: "identifiers" "items" "holdings" "subjects" "genres" "contributors" "production" "languages" "notes" "formerFrequency" "designation" "images" "parts" "partOf" "precededBy" "succeededBy" A comma-separated list of extra fields to include |
{- "id": "string",
- "title": "string",
- "alternativeTitles": [
- "string"
], - "referenceNumber": "string",
- "description": "string",
- "physicalDescription": "string",
- "workType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "lettering": "string",
- "createdDate": {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "string"
}, - "contributors": [
- {
- "agent": {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}, - "roles": [
- {
- "label": "string",
- "type": "string"
}
], - "primary": true,
- "type": "string"
}
], - "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "subjects": [
- {
- "id": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "label": "string",
- "concepts": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}
], - "type": "string"
}
], - "genres": [
- {
- "label": "string",
- "concepts": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}
], - "type": "string"
}
], - "thumbnail": {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}, - "items": [
- {
- "id": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "title": "string",
- "note": "string",
- "locations": [
- {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}
], - "type": "string"
}
], - "holdings": [
- {
- "note": "string",
- "enumeration": [
- "string"
], - "location": {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}, - "type": "string"
}
], - "availabilities": [
- {
- "id": "open-shelves",
- "label": "string",
- "type": "string"
}
], - "production": [
- {
- "label": "string",
- "places": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "string"
}
], - "agents": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}
], - "dates": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "string"
}
], - "function": {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}, - "type": "string"
}
], - "languages": [
- {
- "id": "string",
- "label": "string",
- "type": "string"
}
], - "edition": "string",
- "notes": [
- {
- "contents": [
- "string"
], - "noteType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "type": "string"
}
], - "duration": 0,
- "currentFrequency": "string",
- "formerFrequency": [
- "string"
], - "designation": [
- "string"
], - "images": [
- {
- "id": "string",
- "type": "string"
}
], - "parts": [
- {
- "id": "string",
- "title": "string",
- "referenceNumber": "string",
- "partOf": [
- { }
], - "totalParts": 0,
- "totalDescendentParts": 0,
- "type": "string"
}
], - "partOf": [
- {
- "id": "string",
- "title": "string",
- "referenceNumber": "string",
- "partOf": [
- { }
], - "totalParts": 0,
- "totalDescendentParts": 0,
- "type": "string"
}
], - "precededBy": [
- {
- "id": "string",
- "title": "string",
- "referenceNumber": "string",
- "partOf": [
- { }
], - "totalParts": 0,
- "totalDescendentParts": 0,
- "type": "string"
}
], - "succeededBy": [
- {
- "id": "string",
- "title": "string",
- "referenceNumber": "string",
- "partOf": [
- { }
], - "totalParts": 0,
- "totalDescendentParts": 0,
- "type": "string"
}
], - "type": "Work"
}Returns a paginated list of images
| query | string Full-text search query |
| include | Array of strings Items Enum: "source.contributors" "source.languages" "source.genres" "source.subjects" A comma-separated list of extra fields to include |
| aggregations | Array of strings Items Enum: "locations.license" "source.contributors.agent.label" "source.contributors.agent" "source.genres.label" "source.genres" "source.subjects.label" "source.subjects" What aggregated data in correlation to the results should we return.
|
| sort | Array of strings Items Value: "source.production.dates" Which field to sort the results on |
| sortOrder | string Default: "asc" Enum: "asc" "desc" The order in which to return the results |
| page | integer <int64> >= 1 Default: 1 The page to return from the result list |
| pageSize | integer <int64> [ 1 .. 100 ] Default: 10 The number of results to return per page |
| color | string^[0-9a-fA-F]{6}$ Filter by the colours of the image, given as a single hex colour without a
leading |
| locations.license | string Filter by the license of the image. A comma-separated list of License ids. |
| source.contributors.agent.label | string Filter by the label of a contributor to the source work. A comma-separated list of labels. |
| source.contributors.agent | string Filter by the id of a contributor to the source work. A comma-separated list of concept ids. |
| source.genres.label | string Filter by the genre label of the source work. A comma-separated list of labels. |
| source.genres | string Filter by the genre id of the source work. A comma-separated list of concept ids. |
| source.subjects.label | string Filter by the subject label of the source work. A comma-separated list of labels. |
| source.subjects | string Filter by the subject id of the source work. A comma-separated list of concept ids. |
| source.production.dates.from | string <date> Return images whose source work was produced on or after this date, in |
| source.production.dates.to | string <date> Return images whose source work was produced on or before this date, in |
{- "type": "ResultList",
- "pageSize": 0,
- "totalPages": 0,
- "totalResults": 0,
- "results": [
- {
- "id": "string",
- "thumbnail": {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}, - "locations": [
- {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}
], - "aspectRatio": 0.1,
- "averageColor": "string",
- "source": {
- "id": "string",
- "title": "string",
- "contributors": [
- {
- "agent": {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": null,
- "label": null,
- "type": null
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}, - "roles": [
- {
- "label": "string",
- "type": "string"
}
], - "primary": true,
- "type": "string"
}
], - "genres": [
- {
- "label": "string",
- "concepts": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": null,
- "value": null,
- "type": null
}
], - "type": "Agent"
}
], - "type": "string"
}
], - "subjects": [
- {
- "id": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "label": "string",
- "concepts": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": null,
- "value": null,
- "type": null
}
], - "type": "Agent"
}
], - "type": "string"
}
], - "languages": [
- {
- "id": "string",
- "label": "string",
- "type": "string"
}
], - "type": "Work"
}, - "withSimilarFeatures": [
- { }
], - "type": "Image"
}
], - "prevPage": "string",
- "nextPage": "string",
- "aggregations": {
- "license": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "source.genres.label": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "source.subjects.label": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "source.contributors.agent.label": {
- "buckets": [
- {
- "data": {
- "id": "string",
- "label": "string"
}, - "count": 0,
- "type": "AggregationBucket"
}
], - "type": "Aggregation"
}, - "type": "string"
}
}Returns a single image
| id required | string The canonical identifier of the record to return. |
| include | Array of strings Items Enum: "withSimilarFeatures" "source.contributors" "source.languages" "source.genres" "source.subjects" A comma-separated list of extra fields to include. |
{- "id": "string",
- "thumbnail": {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}, - "locations": [
- {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}
], - "aspectRatio": 0.1,
- "averageColor": "string",
- "source": {
- "id": "string",
- "title": "string",
- "contributors": [
- {
- "agent": {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}, - "roles": [
- {
- "label": "string",
- "type": "string"
}
], - "primary": true,
- "type": "string"
}
], - "genres": [
- {
- "label": "string",
- "concepts": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}
], - "type": "string"
}
], - "subjects": [
- {
- "id": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "label": "string",
- "concepts": [
- {
- "id": "string",
- "label": "string",
- "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "type": "Agent"
}
], - "type": "string"
}
], - "languages": [
- {
- "id": "string",
- "label": "string",
- "type": "string"
}
], - "type": "Work"
}, - "withSimilarFeatures": [
- { }
], - "type": "Image"
}Returns a paginated list of concepts
| query | string Full-text search query |
| identifiers.identifierType | string Filter the concepts by IdentifierType ID |
| id | string A comma-separated list of concept ids to fetch directly. When supplied, all other filters and pagination parameters are ignored: the
concepts are fetched in a single batch, returned in the order requested, and
ids that do not exist are silently omitted. The response has |
| page | integer <int64> >= 1 Default: 1 The page to return from the result list |
| pageSize | integer <int64> [ 1 .. 100 ] Default: 10 The number of results to return per page |
{- "type": "ResultList",
- "pageSize": 0,
- "totalPages": 0,
- "totalResults": 0,
- "results": [
- {
- "id": "string",
- "label": "string",
- "displayLabel": "string",
- "alternativeLabels": [
- "string"
], - "description": {
- "text": "string",
- "sourceLabel": "string",
- "sourceUrl": "string"
}, - "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "relatedConcepts": {
- "relatedTo": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "fieldsOfWork": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "narrowerThan": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "broaderThan": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "people": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "frequentCollaborators": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "relatedTopics": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "foundedBy": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
]
}, - "sameAs": [
- "string"
], - "displayImages": [
- {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}
], - "type": "Agent"
}
], - "prevPage": "string",
- "nextPage": "string"
}Returns a single concept
| id required | string The canonical identifier of the record to return. |
{- "id": "string",
- "label": "string",
- "displayLabel": "string",
- "alternativeLabels": [
- "string"
], - "description": {
- "text": "string",
- "sourceLabel": "string",
- "sourceUrl": "string"
}, - "identifiers": [
- {
- "identifierType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "value": "string",
- "type": "string"
}
], - "relatedConcepts": {
- "relatedTo": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "fieldsOfWork": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "narrowerThan": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "broaderThan": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "people": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "frequentCollaborators": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "relatedTopics": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
], - "foundedBy": [
- {
- "id": "string",
- "label": "string",
- "conceptType": "string"
}
]
}, - "sameAs": [
- "string"
], - "displayImages": [
- {
- "locationType": {
- "id": "string",
- "label": "string",
- "type": "string"
}, - "url": "string",
- "credit": "string",
- "linkText": "string",
- "license": {
- "id": "cc-by",
- "label": "string",
- "url": "string",
- "type": "string"
}, - "accessConditions": [
- {
- "method": {
- "id": "online-request",
- "label": "Online request",
- "type": "AccessMethod"
}, - "status": {
- "id": "string",
- "label": "string",
- "type": "AccessStatus"
}, - "terms": "string",
- "note": "string",
- "type": "AccessCondition"
}
], - "type": "DigitalLocation"
}
], - "type": "Agent"
}