Welcome to the api-24sea project documentation!#

api_24sea is a Python project designed to provide aid for the interaction with data from the 24SEA API.

Since the API returns data in JSON format, which is not very user-friendly, we have created a package that allows you to interact with the data in a more efficient way. The package is designed to perform queries asynchronously through the httpx library, which allows you to make multiple requests at the same time. Furthermore, the interaction with the data is facilitated by transforming the output of the queries into pandas DataFrames for easy manipulation and analysis.

Note

Some pages have been protected with a master password. If you are interested in accessing them, please contact 24SEA at support.api@24sea.eu, and we will see what we can do 😊.


manual      Tutorials

New to api_24sea? Start here with step-by-step learning guides.

howto      How-to Guides

Practical recipes for solving specific problems with the package.

ref      API Reference

Technical descriptions of every class, method, and function in api_24sea.

plugin      Package Plugins

The package plugins allow to extend the package functionalities by adding new features.

changelog      Changelog

Release notes and changelog for all versions of the package.

python      Interactive Example

Test the package functionalities directly in the documentation by running Python in the browser.

dashboard      Dashboard

A simple web application that allows you to visualize the data retrieved from the API.


License#

The package is licensed under the GNU General Public License v3.0.

Miscellaneous Pages#