Skip to main content

Weatherstack

Overview

This source connector syncs data from the Weatherstack API. This API allows to obtain current, historical, location lookup, and weather forecast.

Output schema

This source currently has four streams: current, historical, forecast, and autocomplete. The Current Weather API is available on all plans. The Historical Weather and Autocomplete API's are available on the standard plan and higher. The Forecast API is available on the Professional plan and higher. Examples of the data outputted by this stream are available here.

Features

FeatureSupported?
Full Refresh Sync - (append only)Yes
Incremental - Append SyncYes
NamespacesNo

Getting started

Requirements

  • An Weatherstack API key
  • A city or zip code location for which you want to get weather data
  • A historical date to enable the api stream to gather data for a specific date

Setup guide

Visit the Wetherstack to create a user account and obtain an API key. The current and forecast streams are available with the free plan.

Rate limiting

The free plan allows 250 calls per month, you won't get beyond these limits with existing Airbyte's sync frequencies.

Reference

Config fields reference

Field
Type
Property name
string
access_key
string
query
string
historical_date
boolean
is_paid_account

Changelog

VersionDatePull RequestSubject
0.1.02022-09-0816473Initial release