Atlas Targets

This data call provides information on the RIPE Atlas measurements that target an network (ASN), a prefix or a hostname.
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-targets/data.<format>?<parameters> 

e.g. https://stat.ripe.net/data/atlas-targets/data.json?resource=140.78/16

Parameters

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

Output

Probes in a country

https://stat.ripe.net/data/atlas-targets/data.json?resource=140.78/16

Returns the information on probes in the prefix 140.78/16.

Example
"data": {
        "resource": "140.78.0.0/16",
        "authenticated": false,
        "measurements": [
            {
                "status": {
                    "id": 4,
                    "name": "Stopped"
                },
                "result": "https://atlas.ripe.net/api/v2/measurements/1895745/results",
                "msm_id": 1895745,
                "participant_count": 100,
                "af": 4,
                "start_time": 1426438841,
                "creation_time": 1426438841,
                "dst_name": "140.78.1.1",
                "dst_asn": 1205,
                "dst_addr": "140.78.1.1",
                "is_public": true,
                "size": null,
                "type": {
                    "name": "ping"
                },
                "stop_time": 1426439403,
                "description": "Quick Look IPv4 Ping to 140.78.1.1."
            },
            ...
        ],
        "stats": {
            "total": 44
        }
    }
    

deprecated - n.a.

upcoming - n.a.