curl --request GET \
--url https://api.rewind.rest/v1/reading/currently-reading \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 87,
"title": "Why the Internet Isn't Working",
"author": "Maxwell Zeff",
"url": "https://www.wired.com/story/why-the-internet-isnt-working",
"instapaper_url": "https://www.instapaper.com/read/2345678",
"instapaper_app_url": "instapaper://read/2345678",
"domain": "wired.com",
"site_name": "Wired",
"description": "The web was supposed to connect us. What went wrong?",
"word_count": 4500,
"estimated_read_min": 18,
"status": "reading",
"progress": 0.45,
"starred": false,
"rating": null,
"tags": [
"technology",
"internet"
],
"source": "instapaper",
"image": null,
"saved_at": "2026-03-20T10:00:00.000Z",
"started_at": "2026-03-21T07:30:00.000Z",
"finished_at": null
}
]
}Returns articles currently being read (progress > 0 and < 0.75).
curl --request GET \
--url https://api.rewind.rest/v1/reading/currently-reading \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 87,
"title": "Why the Internet Isn't Working",
"author": "Maxwell Zeff",
"url": "https://www.wired.com/story/why-the-internet-isnt-working",
"instapaper_url": "https://www.instapaper.com/read/2345678",
"instapaper_app_url": "instapaper://read/2345678",
"domain": "wired.com",
"site_name": "Wired",
"description": "The web was supposed to connect us. What went wrong?",
"word_count": 4500,
"estimated_read_min": 18,
"status": "reading",
"progress": 0.45,
"starred": false,
"rating": null,
"tags": [
"technology",
"internet"
],
"source": "instapaper",
"image": null,
"saved_at": "2026-03-20T10:00:00.000Z",
"started_at": "2026-03-21T07:30:00.000Z",
"finished_at": null
}
]
}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.