Front End Article Search API

The FLOW Article Search API provides an endpoint to search the archive of articles in FLOW for a given publication. This is for use for delivering frontend website search. The results are ordered by last updated date.

Endpoint

/api/article-search/{publicationDomain}

Where publicationDomain is the domain e.g. example.com

Arguments

ArgumentsDescriptionExample
qQuery for keywordsTest Search
limitSet the number of articles to be return20
offsetSet the offset e.g. return articles from position 4040
tidsID of section, author or topic to filter results12345

Full API call based on example above:

/api/article-search/independent.co.uk?q=Football&limit=20&offset=0&tids=1910