This data call provides information on the number of RIPE Atlas probes in a region, a country or network (ASN). It supports history, with a general start in 2014.
The information is based on data from the RIPE Atlas probe archive, ftp://ftp.ripe.net/ripe/atlas/probes/archive/, which is processed
once a day.
https://stat.ripe.net/data/atlas-probe-deployment/data.<format>?<parameters>
e.g. https://stat.ripe.net/data/atlas-probe-deployment/data.json?resource=cc_nl
Key | Value | Info | Required |
---|---|---|---|
resource |
region, country, network (ASN) or mixed |
Due to the ambigious nature of abbreviated identifiers for regions and countries (e.g. me for Middle East and Montenegro)
region and country resources should be prefixes with "region_" or "cc_". Looking up a network can be specified on the IP version by using the prefix "asn4_" for IP v4 networks and "asn6_" for IP v6 networks. For mixed results the resources just need to be comma separated. |
Yes |
starttime/endtime | ISO8601 or Unix timestamp | Can be used to set the time range of the lookup and the output. | No - by default starttime is beginning of 2014. |
https://stat.ripe.net/data/atlas-probe-deployment/data.json?resource=nl
Returns the number of deployed probes in the Netherlands.
"data": { "merge": false, "resource": [ "cc_nl" ], "query_date": "2016-08-10T11:00:00", "starttime": "2014-01-01T00:00:00", "endtime": "2016-08-09T00:00:00", "deployments": [ { "resource": "cc_nl", "deployment": [ { "date": "2016-08-09", "statuses": { "neverseen": 36, "connected": 529, "disconnected": 113, "abandoned": 268 } }, { "date": "2016-08-08", "statuses": { "neverseen": 36, "connected": 531, "disconnected": 111, "abandoned": 268 } }, ... ] } ] }