v1

latestOpenAPI 3.1.02026-07-13344.6 KB

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

countinteger required
next_beforestring date-time nullable

Pass as before for the next page; null at the tail.

next_before_idstring uuid nullable
All 3 operations