Skip to content

GET /measurements/tags/{tag}/results/

Resource describing the result set of a measurement tag. For details of the structure of individual results, see the a href='/docs/api/measurement-result-format/'measurement result format docs./a

GET /measurements/tags/{tag}/results/ — anchors_only

Only show anchors.

GET /measurements/tags/{tag}/results/ — format

GET /measurements/tags/{tag}/results/ — probe_ids

Comma-separated list of probe IDs or ID ranges.

GET /measurements/tags/{tag}/results/ — public_only

Only show public probes.

GET /measurements/tags/{tag}/results/ — sort

Sort by timestamp (default for tags with = 10 measurements), or by measurement ID (default for tags with 10 measurements)

GET /measurements/tags/{tag}/results/ — start

Only consider results after this time.

GET /measurements/tags/{tag}/results/ — stop

Only consider results before this time.

GET /measurements/tags/{tag}/results/ — tag

A publicly visible and human-readable tag.

GET /api/v2/measurements/tags/{tag}/results/

Resource describing the result set of a measurement tag.

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

tag*

A publicly visible and human-readable tag.

Type
string
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
sort

Sort by timestamp (default for tags with <= 10 measurements), or by measurement ID (default for tags with > 10 measurements)

Type
string
Valid values
"timestamp""msm_id"
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