curl --request GET \
--url https://api.rewind.rest/v1/reading/articles \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 42,
"title": "The Age of AI",
"author": "Derek Thompson",
"url": "https://www.theatlantic.com/technology/archive/2025/the-age-of-ai",
"instapaper_url": "https://www.instapaper.com/read/1234567",
"instapaper_app_url": "instapaper://read/1234567",
"domain": "theatlantic.com",
"site_name": "The Atlantic",
"description": "How artificial intelligence is reshaping every industry.",
"word_count": 3200,
"estimated_read_min": 13,
"status": "finished",
"progress": 1,
"starred": true,
"rating": null,
"tags": [
"technology",
"ai"
],
"source": "instapaper",
"image": null,
"saved_at": "2026-03-18T14:30:00.000Z",
"started_at": "2026-03-19T08:00:00.000Z",
"finished_at": "2026-03-19T08:15:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1523,
"total_pages": 77
}
}Returns a paginated list of articles, filterable by status, tag, domain, and starred.
curl --request GET \
--url https://api.rewind.rest/v1/reading/articles \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 42,
"title": "The Age of AI",
"author": "Derek Thompson",
"url": "https://www.theatlantic.com/technology/archive/2025/the-age-of-ai",
"instapaper_url": "https://www.instapaper.com/read/1234567",
"instapaper_app_url": "instapaper://read/1234567",
"domain": "theatlantic.com",
"site_name": "The Atlantic",
"description": "How artificial intelligence is reshaping every industry.",
"word_count": 3200,
"estimated_read_min": 13,
"status": "finished",
"progress": 1,
"starred": true,
"rating": null,
"tags": [
"technology",
"ai"
],
"source": "instapaper",
"image": null,
"saved_at": "2026-03-18T14:30:00.000Z",
"started_at": "2026-03-19T08:00:00.000Z",
"finished_at": "2026-03-19T08:15:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1523,
"total_pages": 77
}
}Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
x >= 11
1 <= x <= 5020
unread, reading, finished "finished"
"technology"
"theatlantic.com"
1 for starred only, 0 for unstarred only
0 <= x <= 11
saved_at, finished_at, title "saved_at"
asc, desc "desc"
0 <= x <= 1Single day (YYYY-MM-DD). Overrides from/to.
^\d{4}-\d{2}-\d{2}$"2025-02-17"
Range start, inclusive (ISO 8601)
"2025-02-01T00:00:00Z"
Range end, inclusive (ISO 8601)
"2025-02-28T23:59:59Z"