GET /api/articles/search
Summary: Get a list of filtered articles
Operation ID: getArticles
Auth: unknown
Operation ID: getArticles
Auth: unknown
Parameters (4)
page
(integer, query, optional, default: 0)
Pagination Page
Constraints: {'minimum': 0}
per_page
(integer, query, optional, default: 60)
Page size (the number of items to return per page).
Constraints: {'minimum': 1, 'maximum': 100}
q
(string, query, optional)
Accepts keywords to use as a search query.
top
(string, query, optional)
Returns the most popular articles in the last N days. 'top' indicates the number of days since publication of the articles returned. This param can be used in conjuction with q or tag.
No probe data for this endpoint yet.