Skip to content

RIS Full-Table Threshold


This endpoint provides the cut-off threshold for the number of prefixes that a BGP full-table peer requires to have. Peers to RIS (http://ris.ripe.net) that share less than this amount of prefixes are not considered full-table peers and hence are not considered in calculations like routing visibility. The threshold is obviously different between address families (IPv4 and IPv6) and time. For this reason the endpoint also supports historical lookups.

/data/ris-full-table-threshold/data.json
Try it

Parameters

KeyValueInfoRequired
query_timeISO8601 or Unix timestampDefines the time of the lookup. This value needs to be aligned to the RIS dump times (00:00, 08:00, 16:00) and will automatically be adjusted.No - by default, it will return the latest available data point

Data Output

Code Examples

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

fetch("https://stat.ripe.net/data/ris-full-table-threshold/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)