Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
Weather.gov website screenshot

Weather.gov

Weather.gov is the official website of the National Weather Service (NWS), operated by NOAA within the US Department of Commerce. The NWS provides weather, hydrologic, and climate forecasts and warnings for the United States, its territories, adjacent waters, and ocean areas. The Weather.gov API provides free, open access to forecasts, alerts, observations, radar data, aviation weather, and geographic zone information across all 50 states and territories.

agent ready

Real signal across most facets with visible, nameable gaps — the contract exists but is thin, or the portal is good while governance and commercial terms are absent.

Kin Score

API Evangelist profiles Weather.gov the way a machine reads it — 357 machine-readable artifacts across 13 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Weather.gov scores 52.9/100 (developing), with a separate agent-readiness read of 48/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 52.9/100 · developing
Contract Quality 16.3 / 25
Developer Ergonomics 7.0 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.1 / 13
Governance 10.4 / 12
Discoverability 10.0 / 10
Regulatory · Government & Public Sector 5.6 / 15
Agent readiness — 48/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3

How we profile Weather.gov

Each block below is one kind of artifact we hold for Weather.gov. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 13

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

Individual APIs this provider publishes, each with its own machine-readable definition.

Weather.gov Alerts API

The Alerts API from Weather.gov — 8 operation(s) for alerts.

Weather.gov Aviation API

The Aviation API from Weather.gov — 7 operation(s) for aviation.

Weather.gov Glossary API

The Glossary API from Weather.gov — 1 operation(s) for glossary.

Weather.gov Gridpoints API

The Gridpoints API from Weather.gov — 4 operation(s) for gridpoints.

Weather.gov Icons API

The Icons API from Weather.gov — 3 operation(s) for icons.

Weather.gov Offices API

The Offices API from Weather.gov — 8 operation(s) for offices.

Weather.gov Points API

The Points API from Weather.gov — 3 operation(s) for points.

Weather.gov Products API

The Products API from Weather.gov — 9 operation(s) for products.

Weather.gov Radar API

The Radar API from Weather.gov — 7 operation(s) for radar.

Weather.gov Radio API

The Radio API from Weather.gov — 1 operation(s) for radio.

Weather.gov Stations API

The Stations API from Weather.gov — 7 operation(s) for stations.

Weather.gov Thumbnails API

The Thumbnails API from Weather.gov — 1 operation(s) for thumbnails.

Weather.gov Zones API

The Zones API from Weather.gov — 6 operation(s) for zones.

Scroll within the panel for all 13 ·

Open Collections 1

Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

weather.gov API

OPEN COLLECTION

Pricing Plans 1

Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.

Published pricing tiers and plan structures.

Rate Limits 1

Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.

Documented rate limits and quota policies.

Weather Gov Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.

Cost, billing, and metering signals for API financial operations.

Features 8

The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.

Notable capabilities this provider offers.

Free and Open

No API key required (only a User-Agent header); completely free for any use.

Forecast Gridpoints

12-hour and hourly forecasts for 2.5km grid cells across the US.

Real-Time Alerts

Live weather alerts and warnings including active counts by area, zone, and region.

Observation Data

Latest and historical observations from thousands of weather stations across the US.

Radar Data

Radar station metadata, alarms, queues, and wind profiler data.

Aviation Weather

SIGMETs, AIRMETs, Center Weather Advisories, and Terminal Aerodrome Forecasts for pilots.

GeoJSON Responses

All responses return GeoJSON or JSON-LD by default, suitable for mapping and linked data.

Multiple Output Formats

Supports GeoJSON, JSON-LD, DWML, OXML, CAP, and ATOM formats.

Scroll within the panel for all 8 ·

Semantic Vocabularies 1

JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.

JSON-LD contexts and semantic vocabularies used across these APIs.

Weather Gov Context

42 classes · 181 properties

JSON-LD

Spectral Rules 2

Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.

Weather.gov API Rules

5 rules · 3 warnings

SPECTRAL

Weather.gov API Rules

29 rules · 8 errors · 16 warnings

SPECTRAL

JSON Schema 107

Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.

Standalone JSON Schema definitions for this provider's data models.

AlertAtomEntry

19 properties

JSON SCHEMA

AlertAtomFeed

6 properties

JSON SCHEMA

AlertCap

0 properties

JSON SCHEMA

AlertCertainty

0 properties

JSON SCHEMA

AlertCollectionGeoJson

0 properties

JSON SCHEMA

AlertCollectionJsonLd

0 properties

JSON SCHEMA

AlertCollection

3 properties

JSON SCHEMA

AlertGeoJson

0 properties

JSON SCHEMA

AlertId

0 properties

JSON SCHEMA

AlertJsonLd

1 properties

JSON SCHEMA

AlertMessageType

0 properties

JSON SCHEMA

Alert

30 properties

JSON SCHEMA

AlertSeverity

0 properties

JSON SCHEMA

AlertStatus

0 properties

JSON SCHEMA

AlertUrgency

0 properties

JSON SCHEMA

AlertXMLParameter

2 properties

JSON SCHEMA

AreaCode

0 properties

JSON SCHEMA

AstronomicalData

9 properties

JSON SCHEMA

ATSUIdentifier

0 properties

JSON SCHEMA

BinaryFile

0 properties

JSON SCHEMA

CenterWeatherAdvisoryGeoJson

0 properties

JSON SCHEMA

CenterWeatherAdvisory

8 properties

JSON SCHEMA

CenterWeatherServiceUnitJsonLd

0 properties

JSON SCHEMA

Date

0 properties

JSON SCHEMA

GeoJsonBoundingBox

0 properties

JSON SCHEMA

GeoJsonCoordinate

0 properties

JSON SCHEMA

GeoJsonFeatureCollection

3 properties

JSON SCHEMA

GeoJsonFeature

5 properties

JSON SCHEMA

GeoJsonGeometry

0 properties

JSON SCHEMA

GeoJsonLineString

0 properties

JSON SCHEMA

GeoJsonPolygon

0 properties

JSON SCHEMA

GeometryString

0 properties

JSON SCHEMA

GridpointForecastUnits

0 properties

JSON SCHEMA

GridpointGeoJson

0 properties

JSON SCHEMA

GridpointHourlyForecastGeoJson

0 properties

JSON SCHEMA

GridpointHourlyForecastJsonLd

0 properties

JSON SCHEMA

GridpointHourlyForecastPeriod

17 properties

JSON SCHEMA

GridpointHourlyForecast

9 properties

JSON SCHEMA

GridpointJsonLd

0 properties

JSON SCHEMA

GridpointQuantitativeValueLayer

2 properties

JSON SCHEMA

Gridpoint

13 properties

JSON SCHEMA

Gridpoint12hForecastGeoJson

0 properties

JSON SCHEMA

Gridpoint12hForecastJsonLd

0 properties

JSON SCHEMA

Gridpoint12hForecastPeriod

15 properties

JSON SCHEMA

Gridpoint12hForecast

9 properties

JSON SCHEMA

ISO8601Duration

0 properties

JSON SCHEMA

ISO8601Interval

0 properties

JSON SCHEMA

JsonLdContext

0 properties

JSON SCHEMA

LandRegionCode

0 properties

JSON SCHEMA

MarineAreaCode

0 properties

JSON SCHEMA

MarineRegionCode

0 properties

JSON SCHEMA

MetarPhenomenon

5 properties

JSON SCHEMA

MetarSkyCoverage

0 properties

JSON SCHEMA

NWSCenterWeatherServiceUnitId

0 properties

JSON SCHEMA

NWSConnectDocumentMetadata

8 properties

JSON SCHEMA

NWSForecastOfficeId

0 properties

JSON SCHEMA

NWSNationalHQId

0 properties

JSON SCHEMA

NWSOfficeId

0 properties

JSON SCHEMA

NWSRegionalHQId

0 properties

JSON SCHEMA

NWSZoneID

0 properties

JSON SCHEMA

NWSZoneType

0 properties

JSON SCHEMA

ObservationCollectionGeoJson

0 properties

JSON SCHEMA

ObservationCollectionJsonLd

3 properties

JSON SCHEMA

ObservationGeoJson

0 properties

JSON SCHEMA

ObservationJsonLd

0 properties

JSON SCHEMA

Observation

30 properties

JSON SCHEMA

ObservationStationCollectionGeoJson

0 properties

JSON SCHEMA

ObservationStationCollectionJsonLd

4 properties

JSON SCHEMA

ObservationStationGeoJson

0 properties

JSON SCHEMA

ObservationStationJsonLd

0 properties

JSON SCHEMA

ObservationStation

15 properties

JSON SCHEMA

OfficeBriefing

0 properties

JSON SCHEMA

OfficeHeadlineCollection

2 properties

JSON SCHEMA

OfficeHeadline

11 properties

JSON SCHEMA

Office

16 properties

JSON SCHEMA

OfficeWeatherStoryCollection

0 properties

JSON SCHEMA

OfficeWeatherStory

0 properties

JSON SCHEMA

PaginationInfo

1 properties

JSON SCHEMA

PointGeoJson

0 properties

JSON SCHEMA

PointJsonLd

0 properties

JSON SCHEMA

Point

22 properties

JSON SCHEMA

PointString

0 properties

JSON SCHEMA

QuantitativeValue

5 properties

JSON SCHEMA

RegionCode

0 properties

JSON SCHEMA

RelativeLocationGeoJson

0 properties

JSON SCHEMA

RelativeLocationJsonLd

0 properties

JSON SCHEMA

RelativeLocation

4 properties

JSON SCHEMA

SigmetCollectionGeoJson

0 properties

JSON SCHEMA

SigmetGeoJson

0 properties

JSON SCHEMA

Sigmet

8 properties

JSON SCHEMA

SigmetSequenceNumber

0 properties

JSON SCHEMA

StateTerritoryCode

0 properties

JSON SCHEMA

TextProductCollection

2 properties

JSON SCHEMA

TextProductLocationCollection

2 properties

JSON SCHEMA

TextProduct

9 properties

JSON SCHEMA

TextProductTypeCollection

2 properties

JSON SCHEMA

Time

0 properties

JSON SCHEMA

UnitOfMeasure

0 properties

JSON SCHEMA

ZoneCollectionGeoJson

0 properties

JSON SCHEMA

ZoneCollectionJsonLd

2 properties

JSON SCHEMA

ZoneForecastGeoJson

0 properties

JSON SCHEMA

ZoneForecastJsonLd

0 properties

JSON SCHEMA

ZoneForecast

5 properties

JSON SCHEMA

ZoneGeoJson

0 properties

JSON SCHEMA

ZoneJsonLd

0 properties

JSON SCHEMA

Zone

18 properties

JSON SCHEMA

Scroll within the panel for all 107 ·

JSON Structure 107

JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.

JSON Structure definitions describing this provider's data shapes.

Weather Gov Alert Atom Entry Structure

19 properties

JSON STRUCTURE

Weather Gov Alert Atom Feed Structure

6 properties

JSON STRUCTURE

Weather Gov Alert Cap Structure

0 properties

JSON STRUCTURE

Weather Gov Alert Certainty Structure

0 properties

JSON STRUCTURE

Weather Gov Alert Collection Structure

3 properties

JSON STRUCTURE

Weather Gov Alert Geo Json Structure

0 properties

JSON STRUCTURE

Weather Gov Alert Id Structure

0 properties

JSON STRUCTURE

Weather Gov Alert Json Ld Structure

1 properties

JSON STRUCTURE

Weather Gov Alert Message Type Structure

0 properties

JSON STRUCTURE

Weather Gov Alert Severity Structure

0 properties

JSON STRUCTURE

Weather Gov Alert Status Structure

0 properties

JSON STRUCTURE

Weather Gov Alert Structure

30 properties

JSON STRUCTURE

Weather Gov Alert Urgency Structure

0 properties

JSON STRUCTURE

Weather Gov Alert Xml Parameter Structure

2 properties

JSON STRUCTURE

Weather Gov Area Code Structure

0 properties

JSON STRUCTURE

Weather Gov Astronomical Data Structure

9 properties

JSON STRUCTURE

Weather Gov Atsu Identifier Structure

0 properties

JSON STRUCTURE

Weather Gov Binary File Structure

0 properties

JSON STRUCTURE

Weather Gov Date Structure

0 properties

JSON STRUCTURE

Weather Gov Geo Json Coordinate Structure

0 properties

JSON STRUCTURE

Weather Gov Geo Json Feature Structure

5 properties

JSON STRUCTURE

Weather Gov Geo Json Geometry Structure

0 properties

JSON STRUCTURE

Weather Gov Geo Json Line String Structure

0 properties

JSON STRUCTURE

Weather Gov Geo Json Polygon Structure

0 properties

JSON STRUCTURE

Weather Gov Geometry String Structure

0 properties

JSON STRUCTURE

Weather Gov Gridpoint Geo Json Structure

0 properties

JSON STRUCTURE

Weather Gov Gridpoint Json Ld Structure

0 properties

JSON STRUCTURE

Weather Gov Gridpoint Structure

13 properties

JSON STRUCTURE

Weather Gov Iso8601 Duration Structure

0 properties

JSON STRUCTURE

Weather Gov Iso8601 Interval Structure

0 properties

JSON STRUCTURE

Weather Gov Json Ld Context Structure

0 properties

JSON STRUCTURE

Weather Gov Land Region Code Structure

0 properties

JSON STRUCTURE

Weather Gov Marine Area Code Structure

0 properties

JSON STRUCTURE

Weather Gov Marine Region Code Structure

0 properties

JSON STRUCTURE

Weather Gov Metar Phenomenon Structure

5 properties

JSON STRUCTURE

Weather Gov Metar Sky Coverage Structure

0 properties

JSON STRUCTURE

Weather Gov Nws National Hq Id Structure

0 properties

JSON STRUCTURE

Weather Gov Nws Office Id Structure

0 properties

JSON STRUCTURE

Weather Gov Nws Regional Hq Id Structure

0 properties

JSON STRUCTURE

Weather Gov Nws Zone Id Structure

0 properties

JSON STRUCTURE

Weather Gov Nws Zone Type Structure

0 properties

JSON STRUCTURE

Weather Gov Observation Geo Json Structure

0 properties

JSON STRUCTURE

Weather Gov Observation Json Ld Structure

0 properties

JSON STRUCTURE

Weather Gov Observation Station Structure

15 properties

JSON STRUCTURE

Weather Gov Observation Structure

30 properties

JSON STRUCTURE

Weather Gov Office Briefing Structure

0 properties

JSON STRUCTURE

Weather Gov Office Headline Structure

11 properties

JSON STRUCTURE

Weather Gov Office Structure

16 properties

JSON STRUCTURE

Weather Gov Office Weather Story Structure

0 properties

JSON STRUCTURE

Weather Gov Pagination Info Structure

1 properties

JSON STRUCTURE

Weather Gov Point Geo Json Structure

0 properties

JSON STRUCTURE

Weather Gov Point Json Ld Structure

0 properties

JSON STRUCTURE

Weather Gov Point String Structure

0 properties

JSON STRUCTURE

Weather Gov Point Structure

22 properties

JSON STRUCTURE

Weather Gov Quantitative Value Structure

5 properties

JSON STRUCTURE

Weather Gov Region Code Structure

0 properties

JSON STRUCTURE

Weather Gov Relative Location Structure

4 properties

JSON STRUCTURE

Weather Gov Sigmet Geo Json Structure

0 properties

JSON STRUCTURE

Weather Gov Sigmet Structure

8 properties

JSON STRUCTURE

Weather Gov State Territory Code Structure

0 properties

JSON STRUCTURE

Weather Gov Text Product Structure

9 properties

JSON STRUCTURE

Weather Gov Time Structure

0 properties

JSON STRUCTURE

Weather Gov Unit Of Measure Structure

0 properties

JSON STRUCTURE

Weather Gov Zone Forecast Structure

5 properties

JSON STRUCTURE

Weather Gov Zone Geo Json Structure

0 properties

JSON STRUCTURE

Weather Gov Zone Json Ld Structure

0 properties

JSON STRUCTURE

Weather Gov Zone Structure

18 properties

JSON STRUCTURE

Scroll within the panel for all 107 ·

Examples 107

Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.

Example request and response payloads for these APIs.

Weather Gov Alert Example

19 fields

EXAMPLE

Weather Gov Date Example

0 fields

EXAMPLE

Weather Gov Office Example

15 fields

EXAMPLE

Weather Gov Point Example

16 fields

EXAMPLE

Weather Gov Time Example

0 fields

EXAMPLE

Weather Gov Zone Example

12 fields

EXAMPLE

Scroll within the panel for all 107 ·

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Weather Gov Authentication

apiKey · 2 schemes

SECURITY

Weather Gov Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.

Recommended x-agentic-access execution contracts for AI agents.

Weather Gov Agentic Access

65 operations

65 operations · 0 acting

AGENTIC

Use Cases 5

What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.

What developers build with this provider.

Emergency Management

Monitor active weather alerts and warnings for emergency response and public safety decisions.

Application Development

Integrate NWS weather data into mobile apps, websites, and IoT devices.

Aviation Planning

Access SIGMETs, AIRMETs, and TAFs for flight planning and aviation safety.

Agricultural Monitoring

Use zone forecasts and observation data for crop management and agricultural planning.

Research and Education

Access historical observation data and forecast products for climate research and educational purposes.

Resources

Every other property we hold for Weather.gov — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

← All providers · Data indexed from github.com/api-evangelist/weather-gov · machine-readable index on apis.io