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

  1. Go to the Weatherstack website and choose the right subscription plan for your particular project.
  2. 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.

  1. Current weather data
  2. Historical weather data
  3. Weather forecast
  4. Autocomplete/Location lookup
  1. Current - Location Identifiers GET https://api.weatherstack.com/current?query=40.7831,-73.9712

  2. 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

  3. Forecast - forecast data GET https://api.weatherstack.com/forecast?query=New York&forecast_days=7

  4. Autocomplete/Location Lookup - Autocomplete GET https://api.weatherstack.com/autocomplete?query=london