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.
| 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 |
| Name | Description |
|---|---|
| topics[name] | Topic name |
| topics[slug] | Topic slug |
| subtopics[name] | Subtopic name |
| subtopics[slug] | Subtopic slug |
Authorization: [your_auth_token] Accept: application/json
GET /api/v1/website/topics
Content-Type: application/json
200