extractr docs
Platform

Provider activity

GET
/catalog/stats

Aggregate request activity per provider: daily counts for the last 7 days and the time of the most recent request. Public — no authentication required. Responses are cacheable for 60 seconds.

Response Body

application/json

curl -X GET "https://example.com/catalog/stats"
{  "providers": [    {      "provider": "spotify",      "weekly": [        120,        98,        143,        156,        130,        171,        89      ],      "requests7d": 907,      "lastActivityAt": "2019-08-24T14:15:22Z"    }  ],  "generatedAt": "2019-08-24T14:15:22Z"}