Warm feed API (1.0.0)

Download OpenAPI specification:Download

JSONAPI for Warm feed

Categories

getCategories

Get all the categories

Responses

Response samples

Content type
application/vnd.api+json
{
  • "data": [
    ]
}

Posts

getPostsPage

Get page of posts ordered by date in descending order. Contains included attachments and authors

query Parameters
filter[categories]
string
Default: "0,1,2,3"
Example: filter[categories]=1,2,3

List of comma-separated category ID from which to return posts

page[limit]
integer [ 1 .. 50 ]
Default: 20
Example: page[limit]=20

How many posts to return in a page

page[cursor]
string <date-time>
Example: page[cursor]=2021-12-06T15:01:46Z

Date to return posts only older than it (page last post date, see response meta)

Responses

Response samples

Content type
application/vnd.api+json
{}

Status

getStatus

Get feed status. Contains included last post dates for each source site with posts and the sites themselves

Responses

Response samples

Content type
application/vnd.api+json
{
  • "data": {
    },
  • "included": [
    ]
}