NOAA NCEI Data Access API
Provides access to NOAA's archive of climate, oceanographic, and geophysical datasets with endpoints for searching available datasets, querying data within datasets, and subsetting data by parameters such as date range and geographic bounds.
Screenshot:
Slug: noaa-ncei-data-access
Key:
Base URL:
Auth: none
Endpoints: 3
Reachable: unknown
CORS: unknown
Tier: verified
Key:
noaa.gov:noaa-ncei-data-access-apiBase URL:
https://www.ncei.noaa.gov/access/servicesAuth: none
Endpoints: 3
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
ENVIRONMENT, GOVERNMENT, WEATHER
Tutorials
- Getting Started with NOAA NCEI Data Access — I can pull historical daily weather observations — temperature, precipitation, snowfall — from NOAA's GHCN station network in a single unauthenticated GET, but I have to divide temperature and precipitation values by 10 unless I request metric units.
Skills
- Access at — I can pull historical daily weather observations — temperature, precipitation, snowfall — from NOAA's GHCN station network in a single unauthenticated GET, but default values are in tenths of degrees and millimeters unless you pass units=metric.
- Access real — I can pull historical daily weather observations — temperature, precipitation, snowfall — from NOAA's GHCN station network by station ID and date range, but default values are in tenths of degrees and millimeters unless I request metric units.
Endpoints (3)
| Path | Summary | Response | Auth |
|---|---|---|---|
| data/v1 | Get data | text/csv |
— |
| search/v1/data | Search data | application/json |
— |
| search/v1/datasets | Search datasets | application/json |
— |