organization_show. Returns package_count, organization metadata (name, URL, logo), and optionally the list of datasets they publish when include_datasets=true. Large organizations (national statistics offices, ministries) may attach hundreds of datasets.x-api-key: ********************curl --location '/api/v1/opendata/data-gov-uk/organization/office-for-national-statistics?include_datasets=false' \
--header 'x-api-key: <api-key>'{
"data": {
"portal": "string",
"organization": {
"id": "string",
"name": "string",
"title": "string",
"display_name": "string",
"description": "string",
"image_url": "string",
"image_display_url": "string",
"created": "string",
"modified_at": "string",
"package_count": 0,
"num_followers": 0,
"approval_status": "string",
"state": "string",
"packages": [
{
"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",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}