Travel
Omio logo

Omio API

omio.com

Omio - train, bus, flight, and ferry route search across Europe.

Actions
5
Category
Travel
Login
Not required
Output
JSON

Call the Omio API

Submit a task, then poll the job until it settles. This example runs act_omio_com_destination_autocomplete.

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_omio_com_destination_autocomplete",
    "params": {
      "origin_position_id": "376217",
      "locale": "en"
    }
  }'

5 actions on omio.com

Read

  • Destination Autocomplete

    act_omio_com_destination_autocompleteread1 credit / call

    Returns destination suggestions for an origin with names, countries, and coordinates.

    origin_position_id
    string · required
    locale
    string · required
  • Position Details

    act_omio_com_position_detailread1 credit / call

    Returns location details including city name, coordinates, country, and related stations.

    position_id
    string · required
  • Route Landing

    act_omio_com_route_landing_ssrread1 credit / call

    Returns route options for a city pair with providers, times, and prices.

    origin_slug
    string · required
    destination_slug
    string · required

Write

Write actions change state on omio.com and run as the account you connect.

  • Mode Comparison

    act_omio_com_mode_comparisonwrite2 credits / call

    Returns train, bus, and flight options compared by price, duration, and CO2 for a route.

    departure_id
    string · required
    arrival_id
    string · required
  • Trip Overview

    act_omio_com_trip_overview_graphqlwrite2 credits / call

    Returns a trip overview with segments, ticket options, and carrier details.

    trip_id
    string · required
    search_id
    string · required
    outbound_id
    string · required
    locale
    string · required
    travel_mode
    string · required

Omio API questions

Is there an API for Omio?
Omio does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for omio.com. 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 Omio 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 omio.com changes its markup, Anakin updates the action.
Do I need a Omio account?
No. Every Omio action listed here runs anonymously — no account and no credentials required.
What does the Omio 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

All Travel sites