{"success":true,"data":{"name":"HE.NET BGP WHOIS API","description":"API service for fetching BGP and WHOIS information from HE.NET","endpoints":{"GET /api/health":"Health check endpoint","GET /api/bgp/:asn":"Get BGP prefixes for an ASN","POST /api/whois":"Get WHOIS information for prefixes (body: {prefixes: string[]})","GET /api/as/:asn/whois":"Get AS prefixes with WHOIS information"},"examples":{"BGP prefixes":"GET /api/bgp/6939","WHOIS data":"POST /api/whois with body: {\"prefixes\": [\"1.1.1.0/24\"]}","AS with WHOIS":"GET /api/as/6939/whois"}}}