Skip to content

Example Resources


This endpoint returns sample resources for ASN, IPv4 and IPv6 resources. All are taken from routing data.

/data/example-resources/data.json
Try it

Parameters

KeyValueInfoRequired
----

Data Output

KeyInfo
"asn"Example AS number.
"ipv4"Example IPv4 address.
"ipv6"Example IPv6 address.
"range4"Example IPv4 address range.

Code Examples

bash
curl --location --request GET "https://stat.ripe.net/data/example-resources/data.json"
js
const requestOptions = {
	method: 'GET',
};

fetch("https://stat.ripe.net/data/example-resources/data.json", requestOptions)
.then(response => response.text())
.then(result => console.log(result))
.catch(error => console.log('error', error));

Available versions for this endpoint:

0.1 (current)