Skip to content

Channel API

Get Channel Information

prolog
GET API_BASE/lists/:channel_slug

Parameters

ParameterTypeDescription
channel_slugstringThe slug of the channel

Response

json
{
  "data" ChannelObject,
  "ts": 1723923923
}

Get User's Channels

prolog
GET API_BASE/users/:user_id/lists

Parameters

ParameterTypeDescription
user_idintThe ID of the user

Response

json
{
  "data": [ChannelObject, ...],
  "ts": 1723923923
}