🔓 PUBLIC ENDPOINT - No API key required. Comprehensive system health check for monitoring. Checks data freshness (live, live_prices, orders < 3h old) and API key error rate (< 20% in last hour). Returns 200 OK if all checks pass, 503 Service Unavailable if any check fails. Supports both JSON and XML output formats.
HTTP: GET /status
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| format | string | no | Output format: json (default) or xml | json |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/status?format=json"
Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.