RIS Peers

This data call 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 data call returns the latest data.

https://stat.ripe.net/data/ris-peers/data.<format>?<parameters> 

e.g. https://stat.ripe.net/data/ris-peers/data.json

Parameters

Key Value Info Required
query_time ISO8601 or Unix timestamp Defines the time of the lookup. This value will be automatically aligned to a RIS colletion time. No - by default it will return the latest available data point (either 00:00, 08:00 or 16:00 UTC)

Output

Latest RIS peer information

https://stat.ripe.net/data/ris-peers/data.json

Example
    "data": {
        "query_time": "2019-04-25T08:00:00", 
        "latest_time": "2019-04-25T08:00:00", 
        "earliest_time": "2004-01-01T08:00:00",
        "peers": {
            "rrc11": [
                {
                    "v6_prefix_count": 0, 
                    "ip": "198.32.160.121", 
                    "asn": "10310", 
                    "v4_prefix_count": 248
                }, 
                {
                    "v6_prefix_count": 93, 
                    "ip": "2001:504:1::a501:310:1", 
                    "asn": "10310", 
                    "v4_prefix_count": 0
                }, 
                {
                    "v6_prefix_count": 0, 
                    "ip": "198.32.160.108", 
                    "asn": "10848", 
                    "v4_prefix_count": 4
                }, 
                {
                    "v6_prefix_count": 1, 
                    "ip": "2001:504:1::a501:848:1", 
                    "asn": "10848", 
                    "v4_prefix_count": 0
                }, 
                ... 
                {
                    "v6_prefix_count": 67423, 
                    "ip": "2001:504:d::b1", 
                    "asn": "7575", 
                    "v4_prefix_count": 0
                }, 
                {
                    "v6_prefix_count": 30, 
                    "ip": "2001:504:d::ae", 
                    "asn": "9264", 
                    "v4_prefix_count": 0
                }, 
                {
                    "v6_prefix_count": 0, 
                    "ip": "198.32.176.160", 
                    "asn": "9505", 
                    "v4_prefix_count": 4629
                }, 
                {
                    "v6_prefix_count": 153, 
                    "ip": "2001:504:d::a0", 
                    "asn": "9505", 
                    "v4_prefix_count": 0
                }
            ]
        }
    

deprecated - n.a.

upcoming - n.a.