Website API

Get the taxonomy of available topics and subtopics

Returns a taxonomy of publicly visible topics and subtopics.

You may pass continent, metro, and district slugs to filter by topics and subtopics offered at that location. If more than one parameter is present, they are ANDed together.

Parameters

Name Description
continent_slug Only return topics and subtopics offered in this continent
metro_slug Only return topics and subtopics offered in this metro
district_slug Only return topics and subtopics offered in this district

Response Fields

Name Description
topics[name] Topic name
topics[slug] Topic slug
subtopics[name] Subtopic name
subtopics[slug] Subtopic slug

Request

Headers

Authorization: [your_auth_token]
Accept: application/json

Route

GET /api/v1/website/topics

Response

Headers

Content-Type: application/json

Status

200

Body