Powerful current conditions and proprietary global calculations for any location on Earth โ from densely monitored cities to remote ocean areas.
Data sourced directly from 18,000+ surface observation stations worldwide, updated every 15 minutes. Each observation is QC-verified for accuracy and anomaly detection before delivery.
Delivered as structured XML or JSON over HTTPS, or as embeddable map widgets โ ready for any stack.
Our meteorological engine calculates real-time conditions for any lat/lon on Earth โ including remote locations, open oceans, and polar regions where traditional stations are absent.
Beyond traditional station networks โ our proprietary blending technology fuses satellite, radar, model, and surface observations to produce real-time conditions for any point on Earth.
This means complete coverage including remote wilderness, mid-ocean shipping lanes, and agricultural areas with no nearby stations.
A single API endpoint returns the full real-time picture โ temperature, wind, humidity, pressure, sky, precipitation, and 15+ more parameters โ in XML or JSON, delivered over HTTPS in under 20ms median latency.
GET /v3/current ?lat=37.7749 &lon=-122.4194 &format=json &units=imperial &lang=en
{
"location": {
"city": "San Francisco",
"state": "CA",
"lat": 37.7749,
"lon": -122.4194
},
"current": {
"temp_f": 64.2,
"temp_c": 17.9,
"feelslike_f": 62.1,
"humidity": 78,
"wind_mph": 12.4,
"wind_dir": "WSW",
"pressure_mb": 1013.6,
"visibility_mi": 10.0,
"uv_index": 3,
"precip_in": 0.00,
"sky": "Partly Cloudy",
"updated": "2024-01-15T18:42:00Z"
},
"units": "imperial",
"source": "NWS KSFO + CW-Global"
}
Free tier includes 10,000 API calls/month. Production accounts go live in minutes โ no sales call required for standard access.