Skip to content

Explore API

prolog
GET API_BASE/explore/trending/posts?offset=:offset&limit=:limit&lang=:lang

Query Parameters

ParameterTypeDescription
offsetnumberPagination offset.
limitnumberPagination limit (default: 16).
langstringOptional language code (defaults by request).

Response

json
{
  "data": {
    "pagination": {
      "total": 0,
      "offset": 0,
      "next_offset": 16,
      "limit": 16
    },
    "items": [PostObject, ...],
    "langs": ["en"]
  },
  "ts": 1723923923
}
prolog
GET API_BASE/explore/trending/lists

Response

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