curl --request GET \
--url https://api.rewind.rest/v1/reading/tags \
--header 'Authorization: Bearer <token>'{
"data": [
{
"tag": "technology",
"count": 312
},
{
"tag": "culture",
"count": 187
},
{
"tag": "science",
"count": 145
}
]
}Returns tags with article counts, sorted by count descending.
curl --request GET \
--url https://api.rewind.rest/v1/reading/tags \
--header 'Authorization: Bearer <token>'{
"data": [
{
"tag": "technology",
"count": 312
},
{
"tag": "culture",
"count": 187
},
{
"tag": "science",
"count": 145
}
]
}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.