v1

latestOpenAPI 3.0.22026-07-26114338.4 KB
Metadata

Station

<hr></hr>
get/stations/{station_id}

Path parameters

station_idinteger required

ID of Station to return

Response

successful operation

Example response

{
  "stations": [
    {
      "location_id": 12799,
      "station_id": 12799,
      "name": "Home",
      "public_name": "Home",
      "timezone": "America/New_York",
      "timezone_offset_minutes": -300,
      "station_meta": {
        "share_with_wf": true,
        "share_with_wu": true,
        "elevation": 1567.65
      },
      "last_modified_epoch": 1495732068,
      "created_epoch": 1495732068,
      "devices": [
        {
          "device_id": 60526,
          "serial_number": "AR-12345678",
          "device_meta": {
            "agl": 2.2,
            "name": "Pool Air Device",
            "environment": "outdoor"
          },
          "device_type": "AR",
          "hardware_revision": "3",
          "firmware_revision": "3"
        }
      ],
      "station_items": [
        {
          "location_item_id": 60526,
          "location_id": 12799,
          "device_id": 60526,
          "item": "air_temperature_humidity",
          "station_id": 12799,
          "station_item_id": 12799
        }
      ]
    }
  ],
  "status": {
    "status_message": "SUCCESS"
  }
}