GET /points/{{onpoint_id}}/history

BETA. Beta resources may undergo minor revisions and may not have the benefit of complete documentation.

Description

Returns a collection of weather history data for an OnPoint™ ID.

Our patented OnPoint™ weather data is not confined to weather station locations, but is computed by overlaying multiple past weather sources (including weather station, satellite, radar, weather balloon, and model data – among others). The resulting quality-checked, error-corrected, and gap-filled data is available on a 5km grid over North America and a 22km grid internationally. This resource is globally available, everywhere there is landmass (except Antartica), for 2007 onward.

Requires a subscription plan with the “read_history” and “access_points” capabilities to access this resource.

This resource is not available to free 30-day developer plans. However, postal code history is available. Please email sales@weathersource.com or call (844) 813-2617 if you need access to this resource.

Resource URL

https://api.weathersource.com/v1/{{api_key}}/points/{{onpoint_id}}/history.{{format}}

Resource URL Replacement Parts

{{api_key}}

Your API Key. If you do not have an API key, you may sign up for a free developer account 30-day trial.

{{onpoint_id}}

A valid OnPoint™ ID.

{{format}}

The desired response format. Allowed formats are:

  • json
  • csv

Parameters


Warning: Undefined array key "private" in /var/www/html/wp-content/themes/developer.weathersource.com/single-resource.php on line 108

Warning: Undefined array key "private" in /var/www/html/wp-content/themes/developer.weathersource.com/single-resource.php on line 110

Warning: Undefined array key "private" in /var/www/html/wp-content/themes/developer.weathersource.com/single-resource.php on line 108

Warning: Undefined array key "private" in /var/www/html/wp-content/themes/developer.weathersource.com/single-resource.php on line 110

Warning: Undefined array key "private" in /var/www/html/wp-content/themes/developer.weathersource.com/single-resource.php on line 108

Warning: Undefined array key "private" in /var/www/html/wp-content/themes/developer.weathersource.com/single-resource.php on line 110

Warning: Undefined array key "private" in /var/www/html/wp-content/themes/developer.weathersource.com/single-resource.php on line 108

Warning: Undefined array key "private" in /var/www/html/wp-content/themes/developer.weathersource.com/single-resource.php on line 110
timestamp_eq optional

A response condition that returns a single element matching a timestamp.

Either timestamp_eq or timestamp_between must be provided in ISO 8601 format.

All timestamps are assumed local to the request location unless a UTC offset is provided (as part of the ISO 8601 format).

The returned timestamp may not equal the provided value, but will be representative of the value. For example, if the period parameter is set to hour and the provided timestamp is for 8:15 a.m., the returned element will be for the 8 a.m. hour.

Allowed Values: ISO 8601 timestamp

Example Value: 2007-02-12T08:00-07:00 or 2007-02-12

timestamp_between optional

A response condition that returns a single element matching a timestamp.

Either timestamp_eq or timestamp_between must be provided in ISO 8601 format.

The total date range must not exceed 1 year in length. If a longer date range is required, multiple requests must be made.

All timestamps are assumed local to the request location unless a UTC offset is provided (as part of the ISO 8601 format).

The returned timestamp may not equal the provided value, but will be representative of the value. For example, if the period parameter is set to hour and the provided timestamp is for 8:15 a.m., the returned element will be for the 8 a.m. hour.

Allowed Values: Two comma separated ISO 8601 timestamps

Example Value: 2007-02-12T08:00-07:00,2007-02-12T23:00-07:00

period optional

Identifies the class of weather observations (i.e. weather for a day or for an hour).

Allowed Values: hour, day

Default Value: day

fields optional

Set response to a subset of fields within each element.

For fastest response times, limit the fields to those required.

Available field names:

The Hour class of weather data fields (period parameter is set to hour):

The Day class of weather data fields (period parameter is set to day):

Field groups (available for day and hour periods):

Allowed Values: Comma separated list of field names

Default Value: all

Example Request

GET https://api.weathersource.com/v1/{{api_key}}/points/10724391/history.json?period=day&timestamp_eq=2014-12-30T00:00&fields=allMeta,allTemp

[{"onpoint_id":10724391,"latitude":"38.8428","longitude":"-77.0381","timestamp":"2014-12-30T00:00:00-05:00","feelsLikeMin":26.2,"feelsLikeAvg":33.4,"feelsLikeMax":39,"heatIndexMin":26.2,"heatIndexAvg":35.6,"heatIndexMax":40.4,"tempMin":26.2,"tempAvg":35.6,"tempMax":40.4,"windChillMin":26.2,"windChillAvg":33.4,"windChillMax":39}]