FreeAPIHub
HomeAPIsAI ModelsAI ToolsBlog
Favorites
FreeAPIHub

The central hub for discovering, testing, and integrating the world's best AI models and APIs.

Platform

  • Categories
  • AI Models
  • APIs

Company

  • About Us
  • Contact
  • FAQ

Help

  • Terms of Service
  • Privacy Policy
  • Cookies

© 2026 FreeAPIHub. All rights reserved.

GitHubTwitterLinkedIn
  1. Home
  2. Categories
  3. Weather
  4. Weather.gov API
published

Weather.gov API

The Weather.gov API offers developers free access to real-time US weather data, forecasts, alerts, and radar imagery suitable for applications.

Developed by National Weather Service (NOAA)

Live API
99.90%Uptime
300msLatency
0Stars
No AuthAuth
NoCredit Card
RESTStyle
v1Version

Reference

API Endpoints

Endpoints

Available routes, request structures, and code examples.

Get weather forecast for specific coordinates

Endpoint URL
https://api.weather.gov/points/{latitude},{longitude}
Code Example
curl -X GET 'https://api.weather.gov/points/{latitude},{longitude}'
Request Payload
{
  "latitude": "38.8894",
  "longitude": "-77.0352"
}
Expected Response
{
  "properties": {
    "forecast": "https://api.weather.gov/gridpoints/LWX/96,70/forecast"
  }
}
Version:v1
Limit:Unlimited

Integration

Quick Start

cURL ExampleREST
curl -X GET "https://api.weather.gov/points/39.7456,-97.0892/forecast"

Docs

Technical Documentation

What this API does

The Weather.gov API, managed by the National Oceanic and Atmospheric Administration (NOAA), serves as an authoritative source for US weather data. It provides developers with access to real-time weather observations, seven-day forecasts, radar data, and severe weather alerts based on GPS coordinates or grid points. The API supports JSON format for seamless integration within applications.

How it works

To use the Weather.gov API, developers send HTTP GET requests to specific endpoints designed for weather observations, forecasts, and alerts. The API returns data in JSON format, which can be easily processed in various programming environments, including web and mobile applications. Key functionality includes accessing current conditions, detailed forecasts, and significant weather alerts based on locations specified by GPS.

Authentication

No authentication is required to access the Weather.gov API. Developers can utilize any endpoint without the need for API keys or account signup, allowing for immediate implementation in applications.

Example usage

  • /api/v2/alerts/active - Retrieves current active weather alerts.
  • /api/v2/forecast/GPS_COORDINATES - Fetches the seven-day forecast based on specified GPS coordinates.
  • /api/v2/weather/GPS_COORDINATES - Retrieves current weather conditions for specific coordinates.
  • /api/v2/radar/POINT - Accesses radar imagery for a specified point or area.

Limits

The API allows up to 5,000 requests per hour, providing ample capacity for most application needs.

Ideal use cases

  • Integrating weather data into mobile applications for user notifications.
  • Developing web applications that require dynamic weather updates and alerts.
  • Creating tools for analyzing weather patterns based on historical data.
  • Building local weather station applications based on federal data sources.

Examples

Real-World Applications

  • Mobile weather apps providing localized forecasts
  • Websites displaying current weather conditions and alerts
  • Agricultural applications monitoring weather impact
  • Emergency management tools tracking severe weather
  • Environmental research and climate data analysis

Evaluation

Advantages & Limitations

Advantages
  • ✓ Official US government data ensures reliability and accuracy
  • ✓ No signup or API key required for immediate access
  • ✓ High rate limit supports heavy usage scenarios
  • ✓ Supports spatial queries via GPS coordinates or grid points
Limitations
  • ✗ Limited to weather data within the United States
  • ✗ No official SDKs, requiring manual integration
  • ✗ No authentication reduces some security control
  • ✗ Response latency can vary depending on server load

Support

Frequently Asked Questions

Important Notice

Verify Before You Decide

Last verified · Apr 30, 2026

The details on this page — including pricing, features, and availability — are based on our last review and may not reflect the provider's current offering. Providers update their products frequently, sometimes without prior notice.

What may have changed

Pricing Plans
Features & Limits
Availability
Terms & Policies

Always visit the official provider website to confirm the latest pricing, terms, and feature availability before subscribing or integrating.

Check official site

External Resources

Documentation Official Website Pricing Details Postman Collection

API Specifications

v1
Pricing Model
Free
Credit Card
Not Required
Response Formats
JSON, GeoJSON
Supported Languages
7 Languages
SDK Support
REST Only
Rate Limit

5,000 requests per hour

Time to Hello World

Less than 10 minutes

Free Tier

Unlimited free access with up to 5,000 requests per hour and no signup required.

Best For

Developers needing reliable, free US weather data for apps without authentication overhead.

Not Ideal For

Global weather data requirements or applications needing guaranteed fast response times with SDK support.

Tags

#geojson#government#us-only#noaa#no-auth#free-api#forecast#weather#alerts

You Might Also Like

More APIs Similar to Weather.gov API

Open-Meteo API

The Open-Meteo API provides developers with free access to extensive global historical weather data, including over 80 variables for precise integration.

publicREST

WeatherAPI

WeatherAPI provides developers with free access to extensive weather data services, including real-time updates, forecasts, and historical records, suitable for various applications.

publicREST

OpenWeatherMap API

The OpenWeatherMap API offers developers free access to current weather and 7-day forecasts for over 200,000 cities, facilitating diverse application scenarios.

publicREST