dataset or table). dataset_keys names the curated shortcut(s) this API already serves for a code, and is empty for the rest, which are visible here but not fetchable through /eurostat/{dataset}. Every answer says whether it is the whole match: truncated with count, matched and total beside it.curl --location 'https://sugra.ai/api/v1/eurostat/datasets?prefix=prc_hicp&q=inflation&kind=dataset&limit=100' \
--header 'x-api-key: ABCD314159'{
"data": {
"datasets": [
{
"code": "string",
"title": "string",
"type": "string",
"coverage_start": "string",
"coverage_end": "string",
"updated": "string",
"structure_changed": "string",
"values": 0,
"dataset_keys": [
"string"
],
"route": "string",
"in_upstream_catalogue": true,
"property1": "string",
"property2": "string"
}
],
"count": 0,
"matched": 0,
"total": 0,
"truncated": true,
"published_count": 0,
"prefix": "string",
"query": "string",
"kind": "string",
"source": "string",
"property1": "string",
"property2": "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",
"data_age_days": 0,
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true,
"stale_since": "string",
"period": "string",
"notes": "string"
}
}