Weatherstack
Number of APIs: 4
Quick Start Guide
Step 1: Your API Access Key
To get started quickly, you need to fork the MarketStack Qodex Collection. Simply click the button below to fork it.
[]
Step 2: Get your API Access Key
- Go to the Weatherstack website and choose the right subscription plan for your particular project.
- Get your personal API Access Key on the Dashboard to authenticate with the API. Keep it safe! You can reset it at any time in your Account Dashboard.
Step 3: Make your first API call
Weatherstack Qodex collection contains all the endpoints supported by Weatherstack API.
- Current weather data
- Historical weather data
- Weather forecast
- Autocomplete/Location lookup
-
Current - Location Identifiers GET https://api.weatherstack.com/current?query=40.7831,-73.9712
-
Historical - Historical time series GET https://api.weatherstack.com/historical?query=New York&historical_date_start=2015-01-21&historical_date_end=2015-01-25
-
Forecast - forecast data GET https://api.weatherstack.com/forecast?query=New York&forecast_days=7
-
Autocomplete/Location Lookup - Autocomplete GET https://api.weatherstack.com/autocomplete?query=london