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
Arguments | Description | Example |
---|---|---|
q | Query for keywords | Test Search |
limit | Set the number of articles to be return | 20 |
offset | Set the offset e.g. return articles from position 40 | 40 |
tids | ID of section, author or topic to filter results | 12345 |
Full API call based on example above:
/api/article-search/independent.co.uk?q=Football&limit=20&offset=0&tids=1910