v1
latestOpenAPI 3.0.22026-07-26114338.4 KBStations
Query parameters
The number of items to return.
A cursor value returned that can be used in a subsequent request to get the next set of data.
The latitude of the Southwest corner of a bounding box. Required when doing a bounding box search.
The longitude of the Southwest corner of a bounding box. Required when doing a bounding box search.
The latitude of the Northeast corner of a bounding box. Required when doing a bounding box search.
The longitude of the Northeast corner of a bounding box. Required when doing a bounding box search.
The latitude of the center point. Required when doing a center point and radius search.
The longitude of the center point. Required when doing a center point and radius search.
The search radius in meters. Required when doing a center point and radius search.
Response
successful operation
Example response
{
"stations": [
{
"station_id": 690,
"station_name": "Promenade Cir",
"elevation": 1567.65,
"capabilities": [
{
"device_id": 60526,
"capability": "air_temperature_humidity",
"agl": 2.2,
"environment": "outdoor"
}
],
"state": 1,
"tz": "America/New_York"
}
],
"status": {
"status_message": "SUCCESS"
},
"next_cursor": "1833"
}