curl --request GET \
--url https://api.rewind.rest/v1/reading/domains \
--header 'Authorization: Bearer <token>'{
"data": [
{
"domain": "theatlantic.com",
"count": 98
},
{
"domain": "wired.com",
"count": 76
},
{
"domain": "nytimes.com",
"count": 65
}
]
}Returns top source domains with article counts, sorted by count descending.
curl --request GET \
--url https://api.rewind.rest/v1/reading/domains \
--header 'Authorization: Bearer <token>'{
"data": [
{
"domain": "theatlantic.com",
"count": 98
},
{
"domain": "wired.com",
"count": 76
},
{
"domain": "nytimes.com",
"count": 65
}
]
}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.