Terminal Reference
GET /rdap/help
$ curl https://whois.visiononline.games/rdap/help
→ Service capabilities and endpoint documentation (this page)
→ Service capabilities and endpoint documentation (this page)
Service Overview
RFC 7480| Operator | Vision Online Games, LLC (VOGL NOC) |
|---|---|
| Protocol | RDAP 1.0 |
| Conformance Level | rdap_level_0 |
| Base URL | https://whois.visiononline.games/rdap/ |
| Content-Type | application/rdap+json |
| Transport | TLS 1.2 / TLS 1.3 (HTTPS only) |
| Authentication | None — public read access |
| Bootstrap Source | IANA RDAP Bootstrap (RFC 7484) |
API Endpoints
RFC 9082- GET /rdap/help Service capabilities and endpoint documentation RFC 7480
- GET /rdap/ip/{address} IPv4 or IPv6 address / CIDR block lookup RFC 9082
- GET /rdap/autnum/{asn} Autonomous system number lookup RFC 9082
- GET /rdap/entity/{handle} Entity lookup by organization or person handle RFC 9082
- GET /rdap/domain/{name} Domain name lookup RFC 9083 §2.2
Local Authority Scope
AS402401This 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 System | AS402401 |
|---|---|
| IPv4 Address Space | 23.160.108.0/24 |
| IPv6 Address Space | 2602:f37e::/48 |
| Entity Handles | VOGL, *-VOGL |
Response Format
RFC 9083All responses conform to RFC 9083 JSON structure. Every response includes:
| rdapConformance | conformance level array |
|---|---|
| objectClassName | type of the returned object (ip network, autnum, entity, domain) |
| handle | unique identifier for the object |
| links | self-reference and related resource links (hypermedia) |
| status | registration status array |
| remarks | optional 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- RFC 7480 HTTP Usage — RESTful endpoint structure, status codes, content negotiation
- RFC 9082 Query Format — URL routing for IP, ASN, entity, and domain lookups
- RFC 9083 JSON Response Format — object types, properties, links, conformance array
- RFC 7484 Bootstrap Conformance — server interconnection via IANA bootstrap registry
- RFC 9467 Data Minimization — PII suppression and redactedAction objects
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",...}
$ curl -s https://whois.visiononline.games/rdap/autnum/402401 \
-H "Accept: application/rdap+json"
# Response:
# {"objectClassName":"autnum","handle":"AS402401",...}