Latency ping service
A tiny endpoint that tells you how far you are from us, in milliseconds, measured on the connection you actually used to ask.
One request. One real number.
-
01Request
GET /ping -
02Route
Anycast routes you to whichever of our 4 metros its network path favors, usually the nearest, occasionally not. You don't choose it and neither do we.
-
03Measure
We read the real round-trip time off your connection's own TCP handshake. No warm-up, no guessing.
Example response
Example, not live{
"latency": 9,
"metro": "mad",
"source": "203.0.113.42",
"hostname": "ping-es-mad-01",
"time": "2026-07-09T09:55:10Z"
}
Protected by Bunny. Measured by us.
Bunny.net protects this service the same way it protects the rest of our infrastructure: it routes each request to whichever of our metros its network favors, and keeps that metro's real IP off the public internet.
None of that touches the result. The connection that reaches our container is direct and unproxied, so the round-trip time above is a real number between us and you, not Bunny in the middle.