code (e.g. cs.AI), the human-readable name (e.g. Artificial Intelligence), and the top-level archive group it belongs to (e.g. cs, math, q-fin, physics). Curated from the arXiv.org (Cornell University) taxonomy page; refreshed on Sugra deploys when arXiv changes taxonomy (~1-2 times per year).x-api-key: ********************curl --location '/api/v1/research/arxiv/categories' \
--header 'x-api-key: <api-key>'{
"data": {
"total": 0,
"categories": [
{
"code": "string",
"name": "string",
"archive": "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
}
}