cURL
curl --request GET \ --url https://api.series.hr/basic/health
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 } }
API is healthy