Resources

Content

Weather History

These resources provide weather history data for a latitude/longitude point or summarized over a geographic region.

Resource Description
BETA
GET /points/{{onpoint_id}}/history

Returns a collection of weather history data for an OnPoint™ ID. Our patented OnPoint™ weather data is not confined to (more…)

GET /points/{{latitude}},{{longitude}}/history

Returns a collection of weather history data for a latitude/longitude point. Our patented OnPoint™ weather data is not confined to (more…)

GET /postal_codes/{{postal_code}},{{country}}/history

Returns a collection of weather history data for a postal code. Our patented OnPoint™ weather data is not confined to (more…)

GET /dmas/{{dma_id}}/history

Returns a collection of weather history data for a Nielsen Designated Marketing Area (“DMA”). Our patented OnPoint™ weather data is not (more…)

BETA
GET /regions/{{region}}/history/{{datatype}}

Returns a regional spatial file of weather history for the specified datatype. The json format will return metadata for the (more…)

DEPRECATED
GET /history

Returns a collection of weather history data for a latitude/longitude point. Our patented OnPoint™ Weather data is not confined to (more…)

DEPRECATED
GET /designated_marketing_areas/:dma_id/history

Returns a collection of weather history data for a Nielsen Designated Marketing Area (“DMA”). :dma_id is the DMA ID (i.e.: “500”). Our (more…)

DEPRECATED
GET /history_by_postal_code

Returns a collection of weather history data for the given postal code. Our patented OnPoint™ Weather data is not confined (more…)

Forecast

These resources provide weather forecast data for a specific latitude/longitude point or summarized over a geographic region.

Resource Description
BETA
GET /points/{{onpoint_id}}/forecast

Returns up to 15 days of daily weather forecast data or 240 hours of hourly weather forecast data for an (more…)

GET /points/{{latitude}},{{longitude}}/forecast

Returns up to 15 days of daily weather forecast data or 240 hours of hourly weather forecast data for a (more…)

GET /postal_codes/{{postal_code}},{{country}}/forecast

Returns up to 15 days of daily weather forecast data or 240 hours of hourly weather forecast data for a (more…)

GET /dmas/{{dma_id}}/forecast

Returns up to 15 days of daily weather forecast data or 240 hours of hourly weather forecast data for a (more…)

BETA
GET /regions/{{region}}/forecast/{{datatype}}

Returns a regional spatial file of forecast weather for the specified datatype. The json format will return metadata for the (more…)

DEPRECATED
GET /forecast

Returns a collection of weather forecast data for a latitude/longitude point. Requires a subscription plan with the “read_forecast” and “access_points” (more…)

DEPRECATED
GET /postal_codes/:postal_code_and_country/forecast

Returns a collection of weather forecast data for a latitude/longitude point. :postal_code_and_country is a comma separated postal code and two-character (more…)

Nowcast

These resources provide current weather data for a specific latitude/longitude point or summarized over a geographic region.

Resource Description
BETA
GET /points/{{onpoint_id}}/nowcast

Returns current weather data for an OnPoint™ ID. Our patented OnPoint™ system uniquely derives data on a 5km grid over (more…)

BETA
GET /points/{{latitude}},{{longitude}}/nowcast

Returns current weather data for a latitude/longitude point. Our patented OnPoint™ system uniquely derives contiguous data for every possible latitude/longitude (more…)

BETA
GET /postal_codes/{{postal_code}},{{country}}/nowcast

Returns current weather data for a postal code. Our patented OnPoint™ system uniquely derives data for every postal code location. (more…)

BETA
GET /dmas/{{dma_id}}/nowcast

Returns current weather data for a Nielsen Designated Marketing Area (“DMA”). Our patented OnPoint™ system uniquely derives data for every DMA. (more…)

Climatological Data

These resources provide weather normals (derived from OnPoint™ weather history) for a latitude/longitude point or summarized over a geographic region.

Resource Description
BETA
GET /points/{{onpoint_id}}/climatology

Returns a collection of climatological weather data for an OnPoint™ ID. Our patented OnPoint™ system calculates normal (climatological) weather conditions (more…)

GET /points/{{latitude}},{{longitude}}/climatology

Returns a collection of climatological weather data for a latitude/longitude point. Our patented OnPoint™ system calculates contiguous normal (climatological) weather (more…)

GET /postal_codes/{{postal_code}},{{country}}/climatology

Returns a collection of climatological weather data for a postal code. Our patented OnPoint™ system calculates normal (climatological) weather conditions (more…)

GET /dmas/{{dma_id}}/climatology

Returns a collection of climatological weather data for a Nielsen Designated Marketing Area (“DMA”). Our patented OnPoint™ system calculates normal (climatological) (more…)

BETA
GET /regions/{{region}}/climatology/{{datatype}}

Returns a regional spatial file of climatology data (typical values and related statistical context) for the specified datatype. The json (more…)

Hazards

Hurricanes, warnings and reports.

Resource Description
BETA
GET /storms

Returns a list of storm metadata. Requires a subscription plan with the “access_regions” capabilities to access this resource. This resource (more…)

BETA
GET /storms/{{storm_id}}

Returns metadata for a specified storm. Requires a subscription plan with the “access_regions” capabilities to access this resource. This resource (more…)

BETA
GET /storms/{{storm_id}}/hazards/{{datatype}}

Returns a storm-specific spatial file of hazard data for the specified datatype. The json format will return metadata for the (more…)

BETA
GET /regions/{{region}}/hazards/{{datatype}}

Returns a regional spatial file of hazard data for the specified datatype. The json format will return metadata for the (more…)

Astronomical Data

Astronomical data by location, such as sunrise and sunset.

Resource Description
BETA
GET /points/{{onpoint_id}}/astronomy

Returns a collection of astronomical data for an OnPoint™ ID. Our patented OnPoint™ system uniquely derives data on a 5km (more…)

GET /points/{{latitude}},{{longitude}}/astronomy

Returns a collection of astronomical data for a latitude/longitude point. Our patented OnPoint™ system uniquely derives contiguous data for every (more…)

GET /postal_codes/{{postal_code}},{{country}}/astronomy

Returns a collection of astronomical data for a postal code. Our patented OnPoint™ system uniquely derives data for every postal (more…)

GET /dmas/{{dma_id}}/astronomy

Returns a collection of astronomical data for a Nielsen Designated Marketing Area (“DMA”). Our patented OnPoint™ system uniquely derives data for (more…)

DEPRECATED
GET /astronomy

Returns astronomical data by location, such as sunrise and sunset. Requires a subscription plan with the “read_astronomy” capability to access (more…)

Locations

A group of resources that returns location metadata.

Resource Description
BETA
GET /points/{{onpoint_id}}

Returns the metadata for an OnPoint™ ID. Our patented OnPoint™ system uniquely identifies metadata for OnPoint IDs on the North (more…)

BETA
GET /points/{{latitude}},{{longitude}}

Returns the metadata for the latitude/longitude location. Our patented OnPoint™ system uniquely identifies metadata for every possible latitude/longitude location. This (more…)

BETA
GET /postal_codes/{{postal_code}},{{country}}

Returns the metadata for the postal code. Our patented OnPoint™ system uniquely identifies metadata for every postal code location. This (more…)

BETA
GET /dmas/{{dma_id}}

Returns the metadata for a Nielsen Designated Marketing Area (“DMA”). Our patented OnPoint™ system identifies metadata for every DMA. Requires a (more…)

Account

The current user account resources.

Resource Description
GET /account/usage

Returns the current status of API usage for the account associated with the api_key. This resource is not available to (more…)