Terminal Reference

GET /rdap/help
$ curl https://whois.visiononline.games/rdap/help
→ Service capabilities and endpoint documentation (this page)

Service Overview

RFC 7480
OperatorVision Online Games, LLC (VOGL NOC)
ProtocolRDAP 1.0
Conformance Levelrdap_level_0
Base URLhttps://whois.visiononline.games/rdap/
Content-Typeapplication/rdap+json
TransportTLS 1.2 / TLS 1.3 (HTTPS only)
AuthenticationNone — public read access
Bootstrap SourceIANA RDAP Bootstrap (RFC 7484)

API Endpoints

RFC 9082

Local Authority Scope

AS402401

This authority serves registration data for resources delegated to Vision Online Games, LLC. Queries for out-of-scope resources are automatically routed upstream via the IANA RDAP bootstrap registry.

Autonomous SystemAS402401
IPv4 Address Space23.160.108.0/24
IPv6 Address Space2602:f37e::/48
Entity HandlesVOGL, *-VOGL

Response Format

RFC 9083

All responses conform to RFC 9083 JSON structure. Every response includes:

rdapConformanceconformance level array
objectClassNametype of the returned object (ip network, autnum, entity, domain)
handleunique identifier for the object
linksself-reference and related resource links (hypermedia)
statusregistration status array
remarksoptional remarks including RWHOIS referral

Error Handling

HTTP Status
200 Successful query — RDAP JSON response returned
404 Resource not found in local scope or upstream
429 Rate limited — includes Retry-After header

Governing Specifications

RFC Index

Example Request

cURL
# Query AS402401 from the command line
$ curl -s https://whois.visiononline.games/rdap/autnum/402401 \
  -H "Accept: application/rdap+json"

# Response:
# {"objectClassName":"autnum","handle":"AS402401",...}