Skip to content

The managed topic vocabulary

GET
/v1/topics
curl --request GET \
--url https://api.orator.space/v1/topics

The managed topic vocabulary

Media typeapplication/json
object
items
required
Array<object>
object
id
required

A 26-character Crockford base32 identifier

string
>= 26 characters <= 26 characters
slug
required
string
label
required
string
description
required
Any of:
string
next_cursor
required
Any of:
string
Examplegenerated
{
"items": [
{
"id": "example",
"slug": "example",
"label": "example",
"description": "example"
}
],
"next_cursor": "example"
}