Statistical Agencies
Cross-ONS search
Cross-ONS search via the beta /search endpoint. Indexes bulletins, articles, datasets, and time-series. Returns items ordered by the upstream relevance score. The legacy ONS search API was retired 2024-11-25; this endpoint uses the modern beta index.
get/api/v1/ons/search
Query parameters
querystring required
Free-text search query.
Free-text search query.
limitinteger
Page size.
Page size.
offsetinteger
Page offset.
Page offset.
content_typestring nullable
Optional content type filter (timeseries, bulletin, article, dataset).
Optional content type filter (timeseries, bulletin, article, dataset).
Response
Search hits with URI, title, summary, type, and release date.
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"
]
}
}