v1

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

Get a list of subtopics

Get a list of all documents for the specified ID contained in the stored list of subtopics.

get/topics/{id}/subtopics

Path parameters

idstring required

The ID of a topic.

Response

JSON object containing an array of subtopics.

total_countinteger

The total number of results available.

Example response

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