cURL
curl --request GET \ --url https://api.spidra.io/api/usage-stats \ --header 'x-api-key: <api-key>'
{ "status": "success", "data": [ { "label": "Dec 12", "date": "2025-12-12", "tokens": 3500, "requests": 15, "crawls": 2, "captchas": 3, "latency": 4200, "credits": 20 } ] }
Get your usage metrics for monitoring
Time range: '7d' (last 7 days), '30d' (last 30 days), or 'weekly' (last 7 weeks)
7d
30d
weekly
Usage statistics
success
Show child attributes
Was this page helpful?