# ViaFerry > ViaFerry (viaferry.com) is an online ferry ticket search and booking platform. > Travelers compare ferry routes, schedules, and prices across ferry operators > worldwide and book tickets directly. > > AI agents are welcome to search trips and assemble bookings through our public > JSON API — no API key or authentication required. The only human step is > payment: checkout returns a hosted payment link to hand to your user. ## Booking API for agents - [Full API guide](https://viaferry.com/llms-full.txt): endpoints, session contract, request examples, and the end-to-end booking flow - Quick orientation: `GET /api/v1/catalog/ports?q=...` to find ports, `POST /api/v1/search` for live prices (keep the returned `sessionId`), `POST /api/v1/cart` → add items → passenger details → `POST /api/v1/checkout` - All requests are JSON over HTTPS at `https://viaferry.com/api/v1/...`; money values are integers in ISO 4217 minor units ## Key pages - [Home](https://viaferry.com/): search ferry routes and start a booking - [Destinations](https://viaferry.com/destinations): browse destinations served by ferry - [Ferry routes](https://viaferry.com/ferry-routes): all bookable ferry routes - [Ports](https://viaferry.com/ports): ports and harbours with departures - [Ferry companies](https://viaferry.com/ferry-companies): operators bookable on ViaFerry - [FAQ](https://viaferry.com/faq): frequently asked questions - [Help & contact](https://viaferry.com/help): support and contact options - [About us](https://viaferry.com/about-us): who ViaFerry is ## Policies - [Terms](https://viaferry.com/terms) - [Terms of use](https://viaferry.com/terms-of-use) - [Privacy statement](https://viaferry.com/privacy-statement) - [Cookie statement](https://viaferry.com/cookie-statement) ## More - Full page index: https://viaferry.com/sitemap.xml