Liveblog API

The FLOW Liveblog API provides an endpoint to retrieve the metadata of a liveblog and the posts attached to it.

Endpoints

/api/liveblog/bundles
/api/liveblogs
/api/liveblog/{id}

Search

The search endpoint for filtering the available liveblogs is /api/liveblogs

This takes the following parameters

Query ParameterDescription
limitThe number of items to retrieve
offsetWhere to start, for paging
qThe search query
status1 or 0 whether the post is active or not

Single live blog

To retrieve a single liveblog by id use the following endpoint /api/liveblog/{id}

eg:

/api/liveblog/12345