Skip to content

GET /measurements/{measurement_id}/results/

Get results of a measurement. 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}/results/ — anchors_only

Only show anchors.

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

GET /measurements/{measurement_id}/results/ — measurement_id

The unique measurement ID.

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

Comma-separated list of probe IDs or ID ranges.

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

Only show public probes.

GET /measurements/{measurement_id}/results/ — start

Only consider results after this time.

GET /measurements/{measurement_id}/results/ — stop

Only consider results before this time.

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

Get results of a measurement.

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"
probe_ids

Comma-separated list of probe IDs or ID ranges.

Type
string
public_only

Only show public probes.

Type
string
start

Only consider results after this time.

Type
string
Example"YYYY-mm-ddTHH:MM:SS"
Format
"date-time"
stop

Only consider results before this time.

Type
string
Example"YYYY-mm-ddTHH:MM:SS"
Format
"date-time"
Responses

Responses

See measurement result format docs

Samples