📢 PONTOS-HUB is made available under the Open Database License (ODbL) v1.0. Any rights in individual contents of the database are licensed under the Database Contents License (DbCL) v1.0.
These licenses are quite permissive. For example, you can use the contents of PONTOS-HUB in commercial applications. To fully understand the rights granted and conditions of use, refer to the original license texts. A summary of the ODbL license can be found here.
You can easily use MQTT Explorer to get (near) real-time ship operation data through the MQTT API. The text and images below describe how to configure the connection in MQTT Explorer. To learn more about the MQTT API check out the docs.
Pontos
(or similar name)On
ws://
pontos.ri.se
443
mqtt
__token__
<YOUR_ACCESS_TOKEN>
PONTOS_EGRESS/#
REMOVE #
and $SYS/#
(In 'Advanced' configuration)You can easily use curl
in your terminal or command window to get historical ship operational data through the REST API. Below is a simple script that requests a list of all the vessels available in PONTOS-HUB. To learn more about the REST-API check out the docs.
curl -X GET \ -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" \ https://pontos.ri.se/api/vessel_ids