filter=type: parameter on search endpoints (e.g. journal-article, book-chapter, proceedings-article, dataset, grant, dissertation). The catalog is stable and rarely changes; Sugra caches it for 7 days. Data licensed CC0 by Crossref.x-api-key: ********************curl --location '/api/v1/research/crossref/types' \
--header 'x-api-key: <api-key>'{
"data": {
"items": [
{
"id": "string",
"label": "string"
}
],
"list_meta": {
"total_results": 0,
"items_per_page": 0,
"next_cursor": "string"
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}