nea-rs 0.1.1

A type-safe, sans-IO Rust client for Singapore NEA real-time weather and environmental APIs.
Documentation
{
  "code": 0,
  "data": {
    "stations": [
      {
        "id": "S108",
        "deviceId": "S108",
        "name": "Marina Gardens Drive",
        "location": {
          "latitude": 1.2799,
          "longitude": 103.8703
        }
      },
      {
        "id": "S109",
        "deviceId": "S109",
        "name": "Ang Mo Kio Avenue 5",
        "location": {
          "latitude": 1.3793,
          "longitude": 103.85
        }
      },
      {
        "id": "S117",
        "deviceId": "S117",
        "name": "Banyan Road",
        "location": {
          "longitude": 103.6741,
          "latitude": 1.2542
        }
      },
      {
        "id": "S107",
        "deviceId": "S107",
        "name": "East Coast Parkway",
        "location": {
          "latitude": 1.3133,
          "longitude": 103.962
        }
      },
      {
        "id": "S104",
        "deviceId": "S104",
        "name": "Woodlands Avenue 9",
        "location": {
          "latitude": 1.4439,
          "longitude": 103.7854
        }
      },
      {
        "id": "S115",
        "deviceId": "S115",
        "name": "Tuas South Avenue 3",
        "location": {
          "latitude": 1.2938,
          "longitude": 103.6184
        }
      },
      {
        "id": "S116",
        "deviceId": "S116",
        "name": "West Coast Highway",
        "location": {
          "longitude": 103.7545,
          "latitude": 1.2824
        }
      },
      {
        "id": "S102",
        "deviceId": "S102",
        "name": "Semakau Island Landfill",
        "location": {
          "latitude": 1.1902,
          "longitude": 103.7657
        }
      },
      {
        "id": "S60",
        "deviceId": "S60",
        "name": "Sentosa",
        "location": {
          "latitude": 1.2504,
          "longitude": 103.8275
        }
      },
      {
        "id": "S50",
        "deviceId": "S50",
        "name": "Clementi Road",
        "location": {
          "latitude": 1.3318,
          "longitude": 103.7762
        }
      },
      {
        "id": "S44",
        "deviceId": "S44",
        "name": "Nanyang Avenue",
        "location": {
          "latitude": 1.3458,
          "longitude": 103.6817
        }
      },
      {
        "id": "S43",
        "deviceId": "S43",
        "name": "Kim Chuan Road",
        "location": {
          "latitude": 1.3406,
          "longitude": 103.8882
        }
      },
      {
        "id": "S23",
        "deviceId": "S23",
        "name": "S23",
        "location": {
          "latitude": 1.3858,
          "longitude": 103.7119
        }
      },
      {
        "id": "S06",
        "deviceId": "S06",
        "name": "Paya Lebar Airport",
        "location": {
          "longitude": 103.904,
          "latitude": 1.357
        }
      },
      {
        "id": "S111",
        "deviceId": "S111",
        "name": "Scotts Road",
        "location": {
          "latitude": 1.3106,
          "longitude": 103.8365
        }
      },
      {
        "id": "S121",
        "deviceId": "S121",
        "name": "Old Choa Chu Kang Road",
        "location": {
          "longitude": 103.7217,
          "latitude": 1.3738
        }
      }
    ],
    "readings": [
      {
        "timestamp": "2026-06-03T15:59:00+08:00",
        "data": [
          {
            "stationId": "S108",
            "value": 173
          },
          {
            "stationId": "S109",
            "value": 223
          },
          {
            "stationId": "S117",
            "value": 184
          },
          {
            "stationId": "S107",
            "value": 193
          },
          {
            "stationId": "S104",
            "value": 186
          },
          {
            "stationId": "S115",
            "value": 163
          },
          {
            "stationId": "S116",
            "value": 195
          },
          {
            "stationId": "S102",
            "value": 159
          },
          {
            "stationId": "S60",
            "value": 164
          },
          {
            "stationId": "S50",
            "value": 180
          },
          {
            "stationId": "S44",
            "value": 238
          },
          {
            "stationId": "S43",
            "value": 203
          },
          {
            "stationId": "S23",
            "value": 179
          },
          {
            "stationId": "S06",
            "value": 189
          },
          {
            "stationId": "S111",
            "value": 150
          },
          {
            "stationId": "S121",
            "value": 179
          }
        ]
      }
    ],
    "readingType": "Wind Dir AVG (S) 10M M1M",
    "readingUnit": "degrees"
  },
  "errorMsg": ""
}