v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-1482212.7 KB
Public

Get a list of topics

Gets a public list of top-level root topics.

get/topics

Response

JSON object containing a list of all available root topics.

total_countinteger

The total number of results available.

Example response

{
  "items": [
    {
      "slug": "businessindustryandtrade",
      "title": "Business, Industry and Trade"
    }
  ]
}
All 8 operations