Skip to content

GET /measurements/{measurement_id}/latest/

Get the most recent results from one or more measurements. For details of the structure of individual results, see the a href='/docs/api/measurement-result-format/'measurement result format docs./a

GET /measurements/{measurement_id}/latest/ — anchors_only

Only show anchors.

GET /measurements/{measurement_id}/latest/ — format

GET /measurements/{measurement_id}/latest/ — lookback_days

Number of days to look back, defaults to 0 (indefinite) if probe_is is set, or 7 otherwise.

GET /measurements/{measurement_id}/latest/ — measurement_id

The unique measurement ID.

GET /measurements/{measurement_id}/latest/ — probe_ids

Comma-separated list of probe IDs or ID ranges.

GET /measurements/{measurement_id}/latest/ — public_only

Only show public probes.

GET /measurements/{measurement_id}/latest/ — versions

Number of results to return per probe.

GET /api/v2/measurements/{measurement_id}/latest/

Get the most recent results from one or more measurements.

For details of the structure of individual results, see the
measurement result format
docs.

Try it out

Playground

Authorization
Variables
Key
Value
Authorizations

Authorizations

api-key
Type
API Key (header: Authorization)
or
ripe-access
Type
API Key (cookie: crowd.token_key)
or
anonymous

No authentication required — this endpoint can be accessed anonymously.

Parameters

Path Parameters

measurement_id*

The unique measurement ID.

Type
integer
Required

Query Parameters

anchors_only

Only show anchors.

Type
string
format
Type
string
Valid values
"json""txt"
lookback_days

Number of days to look back, defaults to 0 (indefinite) if probe_is is set, or 7 otherwise.

Type
string
probe_ids

Comma-separated list of probe IDs or ID ranges.

Type
string
public_only

Only show public probes.

Type
string
versions

Number of results to return per probe.

Type
string
Responses

Responses

See measurement result format docs

Samples