AS205941

Operations

  • Dashboard
  • Topology
  • Looking Glass
  • NOC

Routing

  • Prefixes
  • Routes
  • Communities
  • Traffic

Network

  • Peering
  • Status
  • API
Status unknown
AS205941/Api Docs
--:--:-- UTCSite

API Documentation

A public, read-only REST API. Every response is { data, meta } with the same Zod-validated shapes the site uses. Today it serves mock data; the live backend serves identical shapes.

Base URL · JSON · cursor/offset pagination · ETags · rate-limited on /looking-glass and /contact.

curl -s https://as205941.net/api/v1/asn | jq .data
Meta
GETService health + version.
GETOpenAPI 3.1 spec (generated from Zod).
Network
GETAS profile: org, RIR, counts, contacts.
GETPeering policy + requirements.
GETIX presence with self addresses.
GETBGP community scheme.
GETConnectivity graph (nodes + edges).
BGP
GETBGP sessions (paginated, filterable).
GETPeers (paginated).
GETPeer detail.
GETRIB routes (paginated).
GETRoute detail + best-path decision.
Prefixes
GETAnnounced prefixes (paginated).
GETPrefix detail: RPKI, ROAs, reachability.
Telemetry
GETTraffic series (range + dimension).
GETTop contributors by volume.
GETRTT samples by PoP.
GETNOC snapshot (KPIs).
GETRecent live events.
Status
GETStatus snapshot: components + incidents.
GETIncidents (paginated).
GETIncident detail + timeline.
Tools
POSTRun a ping/traceroute/BGP query.
POSTSubmit a contact request.