articles
Search for articles
This endpoint allows the client to search for articles.
Search Guidance:
- q: The search query term. Matches against article titles, tags, and body content.
- top: Restricts search results to articles published within the last N days.
- page & per_page: Standard pagination support. Use this to display results sequentially on a search results page.
get/api/articles/search
Query parameters
qstring
The search query term. Matches against article titles, tags, and body content.
topinteger
Restricts search results to articles published within the last N days.
pageinteger
Pagination page index.
per_pageinteger
The number of items to return per page.
Response
A List of Articles