For developers

The networking API for builders.

Run real-world DNS, HTTP, Ping, Traceroute and HLS jobs from tens of thousands of residential and mobile nodes, in every country. One API, surgical filters, mach-speed responses.

api.bitping.com/v2
$ curl -X POST _
OpenAPI 3 spec
No infrastructure required
Pay as you go from $5/mo

One API. Every protocol.

Five purpose-built job types covering the full network stack — from DNS resolution to traceroute multipath analysis. Drop them into the same request shape, get the same response shape.

DNS

DNS Lookup

A, AAAA, MX, NS, TXT, SOA, SRV, TLSA — resolved from real resolvers in the country you ask for.

A
AAAA
MX
NS
TXT
HTTP

HTTP Request

GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD with full headers, regex matching, status code assertions and TTFB metrics.

US-East
28ms
EU-West
84ms
AP-South
142ms
SA-East
168ms
ICMP

Ping

Min/avg/max/stddev, packet loss and RTT distributions from privileged nodes worldwide.

12.4ms avg 0.0% loss
NEW · Traceroute

Traceroute

Hop-by-hop path discovery with ICMP, UDP and TCP probes. Multipath strategies — Classic, Paris, Dublin — to expose ECMP load-balancing.

1 192.168.1.1 1.2ms
2 10.0.0.1 4.8ms
3 203.0.113.4 11.3ms
4 198.51.100.7 18.7ms
5 1.1.1.1 22.4ms
HLS

Video Streaming (HLS)

Master + rendition manifest parsing, segment-level download metrics, bandwidth and buffering measured end-to-end.

Surgical targeting.

Run from a single ISP in a single city, or fan out across an entire continent. Filter by country, ISP regex, residential vs mobile vs proxy, bandwidth, OS — compose them however you like.

requirements
live
countryCode: JP
continentCode: EU
city: São Paulo
ispRegex: ^Comcast$
ispRegex: Telkomsel
residential: REQUIRED
mobile: REQUIRED
proxy: DENIED
minBandwidth: 10Mbps
maxBandwidth: 100Mbps
operatingSystem: linux
Matching nodes 48,312

Geographic precision

Country, continent or city. Down to the last mile of your customer's last carrier.

ISP regex matching

Test against a specific provider — or every provider matching a pattern. ^Comcast$, Verizon|AT&T, you choose.

Real device classes

Residential, mobile, proxy — independently ALLOWED, DENIED, or REQUIRED. See your service through the eyes of who's actually using it.

Bandwidth gating

Reproduce slow-network bugs by selecting only nodes inside the band you care about.

Drop in. Ship.

A REST API that fits your stack. OpenAPI-described, predictable shapes, consistent error semantics. No SDKs required, but they're there if you want them.

Request
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
    }
  }'
200 OK 412ms
Response
        
      
Box Logo Glyph
Pay-as-you-go from $5/month

Build the next networking product.

Stop simulating networks. Run jobs against real residential, mobile and proxy nodes today — your first key takes 60 seconds to provision.

OpenAPI 3 spec
Per-job pricing
Cancel any time
Enterprise plans available