cURL
curl --request GET \ --url https://api.ipulse.one/api/domains/{id}/stats \ --header 'Authorization: Bearer <token>'
{ "domain_id": "<string>", "period": "<string>", "uptime_percentage": 123, "total_checks": 123, "successful_checks": 123, "failed_checks": 123, "average_response_time_ms": 123, "min_response_time_ms": 123, "max_response_time_ms": 123, "p95_response_time_ms": 123, "incidents_count": 123, "total_downtime_seconds": 123, "longest_incident_seconds": 123 }
JWT Bearer token authentication
1h
24h
7d
30d
90d
Domain statistics
Was this page helpful?