Skip to content

GET /anchor-measurements/

Resource describing a list of measurements targeted to anchors.

GET /anchor-measurements/ — fields

Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.

GET /anchor-measurements/ — format[datetime]

Output datetimes in ISO-8601 format ('iso-8601' or 'json') or as seconds since the epoch ('unix' or 'timestamp')

GET /anchor-measurements/ — include

Include additional fields named in comma-separated values in response as nested JSON objects.

GET /anchor-measurements/ — optional_fields

Comma-separated list of optional fields named to include in response objects.

GET /anchor-measurements/ — page

A page number within the paginated result set.

GET /anchor-measurements/ — page_size

Number of results to return per page.

GET /api/v2/anchor-measurements/

Resource describing a list of measurements targeted to anchors.

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

Query Parameters

fields

Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.

Type
string
format[datetime]

Output datetimes in ISO-8601 format ('iso-8601' or 'json') or as seconds since the epoch ('unix' or 'timestamp')

Type
string
Valid values
"iso-8601""json""timestamp""unix"
include

Include additional fields named in comma-separated values in response as nested JSON objects.

Type
string
Valid values
"target""measurement"
optional_fields

Comma-separated list of optional fields named to include in response objects.

Type
string
Valid values
"date_created""date_modified"
page

A page number within the paginated result set.

Type
integer
page_size

Number of results to return per page.

Type
integer
Responses

Responses

application/json
object
Format"uri"
Format"uri"
object[]
Required

id of this target measurement

URL of the actual measurement

Format"uri"

URL of the anchor to which the measurement is targeted

Format"uri"

Measurement type of the involved measurement

Samples