Build with Global Data
Access real-time broadband speed aggregates, ISP statistics, and latency metrics directly via our secure REST API.
JSON Format
All API responses are formatted in clean, lightweight JSON for instant parsing in any language.
Real-Time Aggregates
Pull global averages calculated from millions of tests to benchmark your own users.
Pro Access ($2.99/mo)
API keys are exclusively available to Pro subscribers. Cancel your subscription anytime.
Endpoint: /core/api.php?action=global_stats
GET
// Example cURL Request
curl -X GET "https://www.pingmeter.tech/core/api.php?action=global_stats&key=pm_live_YOUR_API_KEY"
// Example JSON Response
{
"status": "success",
"data": {
"avg_global_download": "145.22",
"avg_global_upload": "42.10",
"avg_global_ping": "18.4",
"total_global_tests": 84920
}
}