This data call provides information on the visibility of a resource as observed from RIS (http://ris.ripe.net).
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/visibility/data.<format>?<parameters>
e.g. https://stat.ripe.net/data/visibility/data.json?resource=2001:67c:2e8::/48
Key | Value | Info | Required |
---|---|---|---|
resource | IP resource or an ASN; IP addresses are converted to the closest encompassing routed prefix | - | YES |
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) |
include | peers_seeing |
This parameter defines additional data to be included. "peers_seeing" includes details on peers that are seeing a resource as only the peers that are not seeing a resource. By default it is not set because the output become significantly bigger. |
No |
https://stat.ripe.net/data/visibility/data.json?resource=2001:67c:2e8::/48
"data": { "query_time": "2019-05-08T00:00:00", "resource": "2001:67c:2e8::/48", "visibilities": [ { "ipv4_full_table_peer_count": 0, "ipv4_full_table_peers_not_seeing": [], "probe": { "city": "Amsterdam", "ipv4_peer_count": 43, "name": "RRC00", "latitude": 55.6565, "country": "Netherlands", "ixp": "RIPE-NCC Multihop", "longitude": 5.00953, "ipv6_peer_count": 33 }, "ipv6_full_table_peers_not_seeing": [ { "ip": "193.0.0.56", "prefix_count": 68069, "asn": 3333 } ], "ipv6_full_table_peer_count": 30 }, ... { "ipv4_full_table_peer_count": 0, "ipv4_full_table_peers_not_seeing": [], "probe": { "city": "Montevideo", "ipv4_peer_count": 2, "name": "RRC24", "latitude": 0, "country": "Uruguay", "ixp": "LACNIC", "longitude": 0, "ipv6_peer_count": 2 }, "ipv6_full_table_peers_not_seeing": [], "ipv6_full_table_peer_count": 1 } ], "lastest_time": "2019-05-08T00:00:00", "related_prefixes": [], "include": [] }