Getting started with our API
Data access
Access through any of the following methods is only available to clients who subscribe to our API plan.
All data available in the Oceanbolt dashboard is also available directly via our modern API.
We provide access to the API in the following ways:
Oceanbolt Python SDK
We have a powerful python SDK that allows for direct access to all of the data in the Oceanbolt Platform. Data is available as pandas.Dataframe(), allowing for further data processing. You can access the Python SKD here: https://python-sdk.oceanbolt.com/
REST API
We provide direct access to our backend through our modern REST API interface. You can find the REST API documentation at https://openapi.oceanbolt.com/ in OpenAPI format. This allows for integration in any programming language/tool.
Tutorial
See the following video about getting access to the API.