Skip to content

Atlas Targets


This endpoint 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/.

GET /data/atlas-targets/data.json?resource=140.78/16
Try it

Parameters

KeyValueInfoRequired
resourceprefix, network (ASN) or hostnameYes

Data Output

KeyInfo
measurementslist with meta data for each measurement. For details see https://beta-docs.atlas.ripe.net/apis/metadata-reference/#measurements
stats
totalTotal number of measurements found
resourcethe resource the query is based on

Code Examples

bash
curl --location --request GET "https://stat.ripe.net/data/atlas-targets/data.json?resource=140.78/16"
javascript
const requestOptions = {
	method: "GET",
};

fetch("https://stat.ripe.net/data/atlas-targets/data.json?resource=140.78/16", requestOptions)
.then(response => response.text())
.then(result => console.log(result))
.catch(error => console.log('error', error));

Available versions for this endpoint:

deprecated - n.a.
upcoming - n.a.