Demo Servers
RADB provides demo API & WHOIS servers for development, testing, and integration of RADb IRR objects.
Demo Servers
Any changes performed here will not impact real-world RADB routing data.
Demo Server:
WHOIS : http://whoisdemo.radb.net
whoisdemo.radb.net is not synced on a regular basis so newer customers may not available immediately.
Any changes performed here will not impact real-world RADB routing data.
Authorization
In order to use the RADb Demo Servers, you must have a registered & active maintainer.
You will use your existing maintainer password to submit changed to the Demo servers.
How To Use the RADB Demo Servers
The demo servers are designed for safe experimentation without affecting live RADB data.
Documentation
Full API documentation is available at api.radb.net/doc/.
These instructions apply to both the demo and production environments.
Interacting with the Demo API
The demo API follows the same structure as the production API.
Send your requests to https://apidemo.radb.net to create, modify, or delete IRR objects.
You can create, modify, and delete IRR objects.
Use JSON-formatted data, such as:
{ "objects": { "object": [ { "type": "route", "attributes": { "attribute": [ {"name": "route", "value": "92.242.184.0/22"}, {"name": "origin", "value": "AS61440"}, {"name": "descr", "value": "testasss"}, {"name": "mnt-by", "value": "MAINT-AS61440"}, {"name": "changed", "value": "accounts@heficed.com 20190618"} ] }, "primary-key": { "attribute": [ {"name": "route", "value": "92.242.184.0/22"}, {"name": "origin", "value": "AS61440"} ] }, "source": {"id": "radb"} } ] } }
References & Support
API Documentation: https://api.radb.net/doc/
Please contact RADb Support if you encounter any issues.