Skip to main content
GET
/
v1
/
reading
/
articles
/
{id}
Article detail
curl --request GET \
  --url https://api.rewind.rest/v1/reading/articles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "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",
  "excerpt": null,
  "content": null,
  "highlights": [
    {
      "id": 1,
      "text": "The question is not whether AI will transform society, but how quickly institutions can adapt.",
      "note": "Key thesis",
      "position": 1,
      "chapter": null,
      "page": null,
      "created_at": "2026-03-19T08:10:00.000Z"
    }
  ]
}

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.

Authorizations

Authorization
string
header
required

API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.

Path Parameters

id
string
required
Example:

"42"

Response

Article detail

id
number
required
title
string
required
author
string | null
required
url
string | null
required
instapaper_url
string | null
required
instapaper_app_url
string | null
required
domain
string | null
required
site_name
string | null
required
description
string | null
required
word_count
number | null
required
estimated_read_min
number | null
required
status
string
required
progress
number
required
starred
boolean
required
rating
number | null
required
tags
string[]
required
source
string
required
saved_at
string
required
started_at
string | null
required
finished_at
string | null
required
excerpt
string | null
required
content
string | null
required
highlights
object[]
required
image
any
body_unavailable
boolean