API reference
GET /api/v1/cache
Cache configuration and current hit ratio.
Parameters
This endpoint takes no parameters.
Response
Content-Type application/json. Cache-Control no-store.
{
"period": {
"start": "2025-10-28",
"granularity": "day"
},
"unit": "requests",
"totals": {
"current": 20549,
"limit": 500000
}
}Example
curl -s https://media.kirsovo.win/api/v1/cache