v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Environment

NWS observation station catalog

Return the catalog of NWS observation stations, optionally filtered by state. Includes ASOS, AWOS, RWIS, and COOP sites across the US and its territories. Each station record carries identifier, name, latitude, longitude, elevation, time zone, and the forecast / county / fire weather zone IDs that contain the station. Cursor pagination is supported via the cursor parameter. Attribution: NOAA National Weather Service (api.weather.gov).

get/api/v1/weather/nws/stations

Query parameters

statestring nullable

Two-letter US state or territory code. Multiple codes may be supplied as a comma-separated string to the upstream API.

Two-letter US state or territory code. Multiple codes may be supplied as a comma-separated string to the upstream API.

limitinteger

Maximum number of stations per response (NWS caps at 500).

Maximum number of stations per response (NWS caps at 500).

cursorstring nullable

Opaque upstream pagination cursor. Pass the value returned in next_cursor_url to page forward.

Opaque upstream pagination cursor. Pass the value returned in next_cursor_url to page forward.

Response

List of observation stations.

Example response

{
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}