Current conditions, 7-day forecasts and global geocoding through one fast, predictable REST API. Sign up, mint a key, ship — no sales call, no card.
curl "https://forge-api.dev/v1/weather?city=san-francisco" \
-H "Authorization: Bearer fg_live_YOUR_KEY"{
"status": "ok",
"data": {
"location": {
"name": "San Francisco",
"country": "US",
"lat": 37.7749,
"lon": -122.4194
},
"current": {
"temp": 6.1,
"humidity": 88,
"wind_speed": 26.9,
"condition": {
"code": 1183,
"text": "Light rain",
"icon": "rain"
}
}
},
"meta": {
"credits_used": 1,
"units": "metric"
}
}We obsess over the parts of a data API you only notice when they're missing.
Current conditions and up to 7 daily forecast periods in a single response. No stitching three endpoints together to render one card.
Keys in the header where they belong — not leaking into logs via query strings. Mint, label and revoke keys from the dashboard in seconds.
Every response tells you exactly where you stand. Hit the ceiling and you get a clean 429 with Retry-After, never a silent throttle.
Resolve "spring" to Springfield before your user finishes typing. Ranked by match quality and population, same key, same envelope.
Data under data, request metadata under meta, errors that look the same everywhere. Write your client once.
Multi-region serving, public status page, and a changelog we actually keep updated. When something breaks, we publish the postmortem.
From logistics ETAs to irrigation controllers — if it happens outdoors, it probably wants our data.
Adjust routes in real-time using hyperlocal weather conditions
Optimize water usage and protect crops with predictive weather
Show real-time weather conditions on workout apps
Predict renewable energy output with high-accuracy weather
“Forge Weather API reduced our delivery ETA error rate by 18%. The sub-100ms latency and regional accuracy are exactly what we needed at scale.”
“We rely on Forge for frost alerts across 8,000 farms. The 99.95% SLA and hourly updates have prevented millions in crop loss. Customer support is outstanding.”
“Switched from our previous weather provider to Forge and immediately saw 25% lower API costs and 40% faster response times. The Python SDK integration took hours, not weeks.”
“The geocoding API is rock-solid for address normalization in our dispatch system. Combined with weather forecasting, we've improved on-time performance significantly.”
“Forge's granular condition codes and severe-weather alerts integrate seamlessly into our agricultural platform. Their data quality is noticeably better than competitors.”
“For energy forecasting, precision matters. Forge's hourly forecasts and 99.95% uptime SLA give us the confidence to make million-dollar trading decisions daily.”
1,000 requests a day on the free plan. Upgrade only when your product deserves it.
Create your account See pricing