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.
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
Type
string
Valid values
"json""txt"
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
"measurements"
optional_fields
Comma-separated list of optional fields named to include in response objects.
help_text on the fields will be displayed in the swagger interface inside the ResponseClass table.
Collapse
address_v4
string
Required
The last IPv4 address that was known to be held by this probe, or null if there is no known address. Note: a probe that connects over IPv6 may fail to report its IPv4 address, meaning that this field can sometimes be null even though the probe may have working IPv4
address_v6
string
Required
The last IPv6 address that was known to be held by this probe, or null if there is no known address.
asn_v4
integer
Required
The IPv4 ASN if any
asn_v6
integer
Required
The IPv6 ASN if any
country_code
string
Required
An ISO-3166-1 alpha-2 code indicating the country that this probe is located in,
as derived from the user supplied longitude and latitude
description
string
Required
User defined description of the probe
firmware_version
integer
Required
first_connected
string
Required
When the probe connected for the first time (UTC Time and date in ISO-8601/ECMA 262 format)
Format"date-time"
geometry
number
Required
A GeoJSON point object containing the user-supplied location of this probe.
The longitude and latitude are contained within the coordinates array
Format"double"
id
integer
Required
The id of the probe
is_anchor
boolean
Required
Whether or not this probe is a RIPE Atlas Anchor
is_public
boolean
Required
If a probe is not public then certain details, including exact IP addresses, are not returned.
last_connected
string
Required
When the probe connected for the last time (UTC Time and date in ISO-8601/ECMA 262 format)