Base URL /api/v1 Copy base URL · JSON · cursor/offset pagination · ETags · rate-limited on /looking-glass and /contact .
curl -s https://as205941.net/api/v1/asn | jq .data GET /api/v1/health Copy /api/v1/health Service health + version.
GET /api/v1/openapi.json Copy /api/v1/openapi.json OpenAPI 3.1 spec (generated from Zod).
GET /api/v1/asn Copy /api/v1/asn AS profile: org, RIR, counts, contacts.
GET /api/v1/peering/policy Copy /api/v1/peering/policy Peering policy + requirements.
GET /api/v1/ix Copy /api/v1/ix IX presence with self addresses.
GET /api/v1/communities Copy /api/v1/communities BGP community scheme.
GET /api/v1/topology Copy /api/v1/topology Connectivity graph (nodes + edges).
GET /api/v1/sessions Copy /api/v1/sessions BGP sessions (paginated, filterable).
GET /api/v1/peers Copy /api/v1/peers Peers (paginated).
GET /api/v1/peers/{asn} Copy /api/v1/peers/{asn} Peer detail.
GET /api/v1/routes Copy /api/v1/routes RIB routes (paginated).
GET /api/v1/routes/{id} Copy /api/v1/routes/{id} Route detail + best-path decision.
GET /api/v1/prefixes Copy /api/v1/prefixes Announced prefixes (paginated).
GET /api/v1/prefixes/{prefix} Copy /api/v1/prefixes/{prefix} Prefix detail: RPKI, ROAs, reachability.
GET /api/v1/traffic Copy /api/v1/traffic Traffic series (range + dimension).
GET /api/v1/traffic/top-talkers Copy /api/v1/traffic/top-talkers Top contributors by volume.
GET /api/v1/traffic/rtt Copy /api/v1/traffic/rtt RTT samples by PoP.
GET /api/v1/noc Copy /api/v1/noc NOC snapshot (KPIs).
GET /api/v1/noc/feed Copy /api/v1/noc/feed Recent live events.
GET /api/v1/status Copy /api/v1/status Status snapshot: components + incidents.
GET /api/v1/incidents Copy /api/v1/incidents Incidents (paginated).
GET /api/v1/incidents/{id} Copy /api/v1/incidents/{id} Incident detail + timeline.
POST /api/v1/looking-glass Copy /api/v1/looking-glass Run a ping/traceroute/BGP query.
POST /api/v1/contact Copy /api/v1/contact Submit a contact request.