# AIS Hub API **Provider:** AIS Hub **Category:** weather **Base URL:** `http://www.aishub.net` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://www.aishub.net/api ## Description Real-time data of any marine and inland vessel equipped with AIS tracking system | apiKey | No | Unknown | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://www.aishub.net/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://www.aishub.net' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with AIS-catcher account. Vessel tracking via AIS data sharing network. --- *Source: [API Map](https://apimap.dev/apis/ais-hub/) — CC BY 4.0*