title (e.g. 14700: Consumer price index...). Use the numeric ID with /tables/{table_id} to inspect schema or /data/{table_id} to query data.x-api-key: ********************curl --location '/api/v1/statistical-agencies/ssb/tables?query=house%20price' \
--header 'x-api-key: <api-key>'{
"data": {
"query": "string",
"hits": [
{
"id": "string",
"path": "string",
"title": "string",
"score": 0,
"published": "string",
"property1": "string",
"property2": "string"
}
],
"count": 0
},
"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
}
}