Monitor metrics are now available through the StatusGator v3 API for both Website Monitors and Ping Monitors.
These endpoints provide the same latency and performance data available in the Monitor Metrics tab, making it accessible through the API and MCP server.
You can find the endpoints in the API documentation:
What’s included

The endpoints return:
- Regional latency summaries
- Average, minimum, and maximum response times
- p95 and p99 latency metrics
- Historical time-series data used to power the Metrics tab charts
Example response:
{
"success": true,
"data": {
"monitor_id": "5lo4QZnCRf",
"period": "24h",
"summary": [...],
"data_points": [...]
}
}
Supported periods
Use the period query parameter to retrieve metrics for:
1h24h(default)7d30d
MCP and automation use cases
Because these endpoints are automatically available through the MCP server, AI agents and integrations can access monitor performance data directly.
Examples include:
- Investigating monitor failures
- Identifying latency spikes
- Detecting regional performance issues
- Including performance metrics in automated reporting and workflows
Looking ahead
Making monitor metrics available through the v3 API and MCP server gives developers, integrations, and AI agents access to the same performance insights available in the StatusGator UI, enabling richer monitoring and automation workflows.


















