/topics
GET
Gets a public list of top-level root topics.
Responses
200: JSON object containing a list of all available root topics.
Example value
{
"context": "https://cdn.ons.gov.uk/assets/json-ld/context.json",
"count": 0,
"items": [
{
"description": "string",
"id": "string",
"keywords": [
"string"
],
"links": {
"content": {
"href": "string"
},
"self": {
"href": "string",
"id": "string"
},
"subtopics": {
"href": "string"
}
},
"slug": "businessindustryandtrade",
"state": "created",
"subtopics_ids": [
"string"
],
"title": "Business, Industry and Trade"
}
],
"limit": 0,
"offset_index": 0,
"total_count": 0
}