API

Use the endpoints below from your applications.

POST /api/traceroute

Submit raw traceroute text. Returns a job status; fetch lines and IPs via the endpoints below.

GET /api/ip

Returns mapped hop IPs with coordinates.

GET /api/lines

Returns polyline segments for mapped paths.

Responses are JSON. Consider adding authentication and rate limits before public release.