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 auth_status endpoint.

Example successful response

OK
content-type: application/json

Example error response

Authentication Error
content-type: application/json