Request
Response
Use Cases
- Monitoring API availability
- Load balancer health checks
- Initial connectivity testing
- Uptime monitoring
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check if the API is online and healthy
curl https://api.series.hr/basic/health
{
"success": true,
"data": {
"status": "healthy",
"timestamp": "2024-01-05T12:00:00Z",
"uptime": 864000
}
}
