A, AAAA, MX, NS, TXT, SOA, SRV, TLSA — resolved from real resolvers in the country you ask for.
GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD with full headers, regex matching, status code assertions and TTFB metrics.
Min/avg/max/stddev, packet loss and RTT distributions from privileged nodes worldwide.
Hop-by-hop path discovery with ICMP, UDP and TCP probes. Multipath strategies — Classic, Paris, Dublin — to expose ECMP load-balancing.
Master + rendition manifest parsing, segment-level download metrics, bandwidth and buffering measured end-to-end.
Country, continent or city. Down to the last mile of your customer's last carrier.
Test against a specific provider — or every provider matching a
pattern. ^Comcast$, Verizon|AT&T, you choose.
Residential, mobile, proxy — independently ALLOWED, DENIED, or REQUIRED. See your service
through the eyes of who's actually using it.
Reproduce slow-network bugs by selecting only nodes inside the band you care about.
curl -X POST https://api.bitping.com/v2/jobs/customer/traceroute \
-H "Authorization: Bearer $BITPING_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"hostnames": ["1.1.1.1"],
"countryCode": "JP",
"residential": "REQUIRED",
"configuration": {
"protocol": "ICMP",
"multipathStrategy": "PARIS",
"maxHops": 30,
"queriesPerHop": 3
}
}'
▌