List recent headlines
Newest-first headlines, optionally filtered by category. Cursor-paginate by passing the previous response's next_before + next_before_id back as before + before_id.
get/api/articles
Query parameters
categorystring
Category slug (see /api/categories). Omit for all categories.
limitinteger
Items to return; clamped to 1–100.
beforestring date-time
ISO 8601 cursor; pass next_before from the previous page.
before_idstring uuid
Tuple-cursor companion to before (pass next_before_id).
Response
OK
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the non-success response with the status
400response-non-success-status-added
- ○