BETA. Beta resources may undergo minor revisions and may not have the benefit of complete documentation.
Description
Returns metadata for a specified storm.
Requires a subscription plan with the “access_regions” 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}}/storms.{{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. |
---|---|
{{storm_id}} | An ATCF storm id. The expected format is the concatenation of a 2-character basin, 2-digit storm number, and 4-digit year (i.e. "SH212018"). Available storm ids can be queried via the storms resource |
{{format}} | The desired response format. Allowed formats are:
|
Resource Information
API Versions | v1 |
---|---|
Rate Limited? | Yes |
Requires Authentication? | Yes |
Response Formats | JSON JSONP |
HTTP Method | GET |
Related Documentation
Example Request
GET https://api.weathersource.com/v1/{{api_key}}/storms/SH212018.json
{"stormId":"SH212018","timestampFirst":"2018-04-29T18:00:00+00:00","timestampLast":"2018-05-02T06:00:00+00:00","lastModified":"2018-05-04T20:15:21+00:00"}