status_show response for the given portal. Returns the upstream CKAN version, site title, site description, default locale, and list of installed extensions. The UK portal (data-gov-uk) blocks status_show at its front proxy; Sugra returns a stub with ckan_version: null and an explanatory note in that case.x-api-key: ********************curl --location '/api/v1/opendata/data-gov-uk/status' \
--header 'x-api-key: <api-key>'status_show is blocked upstream.{
"data": {
"portal": "string",
"ckan_version": "string",
"site_title": "string",
"site_description": "string",
"locale_default": "string",
"extensions": [
"string"
],
"note": "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
}
}