AISHub API
aishub.net
AISHub - free AIS vessel tracking with ship positions, search, and coverage map.
- Actions
- 4
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the AISHub API
Submit a task, then poll the job until it settles. This example runs act_aishub_net_coverage_map_page.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_aishub_net_coverage_map_page",
"params": {}
}'4 actions on aishub.net
Read
Coverage Map Page
act_aishub_net_coverage_map_pageread1 credit / callReturns the AIS coverage map page with station legend and metadata.
Homepage AIS Stats
act_aishub_net_homepage_ais_statsread1 credit / callReturns network stats including vessels tracked in 24h, station count, and country count.
Vessel Listing
act_aishub_net_vessel_listingread2 credits / callReturns paginated vessels with MMSI, IMO, name, callsign, destination, and last report.
- sort
- string
- page
- string
Vessel Search
act_aishub_net_vessel_searchread2 credits / callReturns vessels matching a name, MMSI, or IMO with position data.
- ship_name
- string · required
- pjax_container_id
- string · required
- ship_mmsi
- string
- ship_imo
- string
AISHub API questions
- Is there an API for AISHub?
- AISHub does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for aishub.net. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape AISHub data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when aishub.net changes its markup, Anakin updates the action.
- Do I need a AISHub account?
- No. Every AISHub action listed here runs anonymously — no account and no credentials required.
- What does the AISHub API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Travel APIs
ADS-B Exchange
ADS-B Exchange - live flight tracking, aircraft positions, route history, and details.
Aeromexico
Aeromexico - flight and fare search, schedules, flight status, and destinations.
Afar
Travel destination guides, articles, and curated itineraries.
Agoda
Agoda - travel platform for hotels, vacation rentals, flights, and tours.
Airbnb
Airbnb - stay search by destination and dates with full property details.
Airbnb Portugal
Airbnb Portugal - stay search, listings, pricing, availability, and reviews.