- Home
- Categories
- Weather
- Weather.gov API
Weather.gov API
The Weather.gov API offers developers free and seamless access to real-time and forecasted weather data, suitable for apps requiring timely weather updates.
Developed by National Weather Service (NWS)
Reference for available routes, request structures, and live examples.
Get weather forecast for specific coordinates
https://api.weather.gov/points/{latitude},{longitude}curl -X GET 'https://api.weather.gov/points/{latitude},{longitude}'{
"latitude": "38.8894",
"longitude": "-77.0352"
}{
"properties": {
"forecast": "https://api.weather.gov/gridpoints/LWX/96,70/forecast"
}
}- Embedding weather data in travel tools and itinerary plannersOptimized Capability
- Creating dashboards for real-time weather updates in major citiesOptimized Capability
- Integrating alert systems for emergency preparednessOptimized Capability
- Enhancing apps aimed at outdoor activities and event planningOptimized Capability
- ✓ No authentication or API key required
- ✓ Reliable and official data source from US government
- ✓ Supports geographic coordinate based querying for precise data
- ✓ Data delivered in modern JSON-LD and GeoJSON formats
- ✗ Rate limits may restrict very high volume applications
- ✗ Lacks official SDKs for automatic integration
- ✗ Limited to US geographic data only
- ✗ No built-in historical weather data access
FAQs
API Specifications
v1Immediate
5000 requests per hour
Unlimited free access with rate limit of 5000 requests per hour
Use Case: Best For
Developers needing free, official, real-time US weather data without authentication
Not Recommended For
Applications requiring global weather data or historical weather archives
Explore Related APIs
Discover similar APIs to Weather.gov API
Open Weather Map API
OpenWeatherMap API offers free access to real-time weather data, forecasts, and historical climate data, ideal for developing weather-related applications and services.
WeatherAPI
The WeatherAPI provides developers free access to real-time and forecast weather data, ideal for building weather applications and tools.
Open-Meteo Historical
The Open-Meteo Historical API offers developers free access to comprehensive historical weather data, suitable for climate research and related applications.