Atlas Probes

This data call provides information on the RIPE Atlas probes in an network (ASN), a prefix or a country.
The information is based on data coming from the RIPE Atlas REST API, https://atlas.ripe.net/docs/api/v2/manual/.

https://stat.ripe.net/data/atlas-probes/data.<format>?<parameters> 

e.g. https://stat.ripe.net/data/atlas-probes/data.json?resource=at

Parameters

Key Value Info Required
resource prefix, network (ASN) or country
Yes

Output

Probes in a country

https://stat.ripe.net/data/atlas-probes/data.json?resource=at

Returns the information on probes in Austria.

Example
      "data": {
        "resource": "at",
        "stats": {
            "total": 268
        },
        "probes": [
            {
                "prefix_v4": "80.108.0.0/16",
                "status": 1,
                "prefix_v6": "2001:470::/32",
                "is_anchor": false,
                "last_connected": 1475659073,
                "status_name": "Connected",
                "type": "Probe",
                "id": 33,
                "tags": [
                    "cable",
                    "home",
                    "nat",
                    "upc",
                    "system-v1",
                    "system-resolves-a-correctly",
                    "system-resolves-aaaa-correctly",
                    "system-ipv4-works",
                    "system-ipv6-works",
                    "system-ipv4-capable",
                    "system-ipv6-capable",
                    "system-ipv4-rfc1918"
                ],
                "address_v6": "2001:470:6f:82c:220:4aff:fec8:22c2",
                "longitude": 16.3085,
                "address_v4": "80.108.254.227",
                "country_code": "AT",
                "asn_v4": 6830,
                "latitude": 48.1985,
                "status_since": 1475610769,
                "asn_v6": 6939,
                "is_public": true,
                "first_connected": 1289846035,
                "total_uptime": 167736540
            },
			    ...
			  ]
		}
    

deprecated - n.a.

upcoming - n.a.