articles
Published articles sorted by published date
This endpoint allows the client to retrieve a list of articles ordered strictly by descending publication date.
Usage Tips:
- Bypasses all Forem/DEV feed personalization and popularity algorithms.
- Ideal for building RSS feeds, chronological timelines, or "latest posts" widgets.
- Supports standard page and per_page query parameters.
get/api/articles/latest
Query parameters
pageinteger
Pagination page
per_pageinteger
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
Response
A List of Articles