Public Finance & Government
Group profile (theme or country grouping)
Fetch a group profile by slug or UUID via CKAN group_show. Groups are DCAT theme categories on most portals (economy, transport, environment) and country codes on a few. Several portals (data-gov-uk, data-gov-lv, catalogodatos-gub-uy) do not populate the group surface - Sugra returns a 200 response with an empty dataset list and an explanatory note when the portal is known to treat group listings as soft-404.
get/api/v1/opendata/{portal}/group/{id}
Path parameters
portalstring required
Portal slug.
Portal slug.
idstring required
Group slug or UUID.
Group slug or UUID.
Response
Group profile and attached datasets, or a soft-404 stub when the portal does not populate groups.
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"
]
}
}