Give it a latitude and longitude and get back current conditions from the nearest official station: temperature (feels like too), humidity, wind, pressure, and conditions.
Paid deep adds a 7-day forecast and any active alerts for US and Canada points, an empty list when skies are quiet.
Try it
$ curl "https://api.parseapi.com/weather?lat=40.7128&lon=-74.006" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~16ms · USA { "latitude": 40.7128, "longitude": -74.006, "temperature": 25.6, "temperature_f": 78.1, "feels_like": 26.4, "feels_like_f": 79.5, "dewpoint": 21.1, "dewpoint_f": 70, "humidity": 85, "wind_speed": 7.6, "wind_speed_mph": 4.7, "wind_gust": null, "wind_gust_mph": null, "wind_direction": 200, "pressure": 1016, "pressure_inhg": 30, "visibility": 16.1, "visibility_mi": 10, "condition": "clear", "condition_name": "Clear", "condition_emoji": "☀️", "observed_at": "2026-08-09T12:51:00+00:00", "station": "KNYC", "station_name": "New York City, Central Park", "station_distance": 8.51, "station_distance_mi": 5.29, "source": "nws", "source_name": "National Weather Service" }
Response fields
SPEED
Median time for a core lookup to reach a real city, first byte back, measured live from 16 cities.
US
16ms
EU
19ms
APAC
45ms
LatAm
20ms
ME
127ms
Twelve countries, each from its official national agency.