Getting started

Getting started

API keys

Before you can access WindBorne's weather data, you'll need to obtain API keys. Only the forecast endpoints and endpoints providing metadata are free to use.

You can get your API keys here and learn more about authentication here.

Basic authentication

WindBorne uses HTTP Basic Authentication. You can authenticate your requests using your client ID and API key.

CLI and Python library

WindBorne releases a pip installable library built to interact with Data and Forecasts APIs that comes with a Command Line Interface (CLI) out of the box.

Test API call

Let's test your authentication by making a call to the initialization times endpoint. This endpoint returns the available initialization times for point forecasts.

Example successful response

OK
content-type: application/json
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999

Example error response

Authentication Error
content-type: application/json