Skip to content

RIS Peers


This endpoint provides information on the peers of RIS - ASN, IP address and number of shared routes. The data is grouped by RIS collectors.

Historical lookups are supported - a query has to be aligned to the times (00:00, 08:00 and 16:00 UTC) when RIS data has been collected. By default, the endpoint returns the latest data.

/data/ris-peers/data.json
Try it

Parameters

KeyValueInfoRequired
query_timeISO8601 or Unix timestampDefines the time of the lookup. This value will be automatically aligned to a RIS collection time.No - by default it will return the latest available data point (either 00:00, 08:00 or 16:00 UTC)

Data Output

Code Examples

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

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

Available versions for this endpoint:

1.0 (current)
0.2