v1

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

Get a topic by ID

Provides a high-level description of the topic and relevant links.

get/topics/{id}

Path parameters

idstring required

The ID of a topic.

Response

JSON object containing information about the topic.

descriptionstring

A description of the topic.

idstring

The ID of the topic.

keywordsstring[]

List of keywords that relate to the topic.

slugstring

The slug of the topic.

state'created' | 'published' | 'completed'

The state of the resource.

subtopics_idsstring[]

Array of subtopic IDs.

titlestring

The title of the topic.

Example response

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