Skip to content
RealiaDesk

Datasets/metro-weather

openweather / metro-weather

Metro current weather

Current conditions for a fixed set of financial-center cities from OpenWeather.

Last seen

Source openweather/current-weather · Weather

Schema

8 fields

Columns

citystring
City name
latnumber
Latitude
lonnumber
Longitude
tempCnumber
Temperature °C
humiditynumber
Relative humidity %
windMsnumber
Wind speed m/s
codestring
Weather code
asOfdatetime
Observation time

Sample row

JSON preview

{
  "city": "New York",
  "lat": 40.7128,
  "lon": -74.006,
  "tempC": 22.4,
  "humidity": 61,
  "windMs": 3.6,
  "code": "few clouds",
  "asOf": "2026-09-06T09:05:00Z"
}

Query · milestone 18

curl -sS https://realiahq.xyz/api/v1/datasets/openweather-metros \
  -H "Authorization: Bearer $REALIA_KEY"

This route 404s with key required until API keys ship.