API reference
GET /api/v1/status
Machine-readable service status.
Parameters
This endpoint takes no parameters.
Response
Content-Type application/json. Cache-Control no-store.
{
"status": "operational",
"version": "v1",
"region": "Prague",
"components": [
{
"name": "Edge Network",
"status": "operational"
},
{
"name": "Cache",
"status": "operational"
},
{
"name": "Origin Shield",
"status": "operational"
},
{
"name": "Control API",
"status": "operational"
}
],
"updated_at": "2025-10-25T01:00:40Z"
}Example
curl -s https://media.kirsovo.win/api/v1/status