Open Platform: API Documentation

/content/search

Perform a paginated search of the content archive.

Parameters

q A string to search for, if omitted all content is returned.
after Returns only content published after this date. The date must be formatted YYYYMMDD, e.g. 20090310.
before Returns only content published before this date. The date must be formatted YYYYMMDD.
content-type The type of content to return e.g article, audio, gallery, poll etc.
count Specifies how many items to return as part of this query, if omitted 10 results will be returned.
start-index Allows pagination through results by specifying which result to start from.
filter Returns only results that match the given subject filter(s). Multiple subject filters can be applied and will be combined using the AND operator. Valid values can be obtained using the all-subjects endpoint.

Examples