Statistical Agencies
Raw table data by ID
Fetch any e-Stat table by statsDataId. Use /estat/search to find table IDs, /estat/meta/{id} for dimensions. Codes are automatically decoded to labels.
get/api/v1/estat/table/{table_id}
Path parameters
table_idstring required
Numeric table identifier.
Numeric table identifier.
Query parameters
limitinteger
Maximum number of records to return.
Maximum number of records to return.
cdTabstring nullable
Tabulated variable code
Tabulated variable code
cdCat01string nullable
Category 1 code
Category 1 code
cdAreastring nullable
Area code (00000=All Japan)
Area code (00000=All Japan)
Response
e-Stat table records.
Example response
{
"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": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}