Searoutes

Searoutes is a maritime routing and carbon-emissions API platform for logistics, freight forwarding, and supply-chain teams. Its REST APIs compute point-to-point, port-to-point, and port-to-port sea routes with distances and durations (including SECA, HRA, and ice-area avoidance), geocode ports, airports, and places, calculate multimodal CO2e emissions (sea, road, rail, air, inland waterway) using a GLEC-accredited methodology, track vessels via AIS (positions, ETAs, traces, arrivals), look up carriers and services, and return historical, real-time, and forecasted weather along routes. All APIs are served from https://api.searoutes.com and authenticated with an x-api-key header.

6 APIs 0 Features
MaritimeSea RoutingOcean FreightCO2 EmissionsCarbon AccountingVessel TrackingAISGeocodingLogisticsSupply Chain

APIs

Searoutes Ocean Routing API

Compute point-to-point, port-to-point, and port-to-port sea routes between up to twenty coordinates or UN/LOCODEs, returning route geometry, distance in meters, duration in mill...

Searoutes Geocoding API

Resolve ports, airports, terminals, routing areas, postal codes, and arbitrary places by name, UN/LOCODE, or IATA code, find the nearest location or closest sea point to a coord...

Searoutes CO2 Emissions API

Calculate CO2e emissions for multimodal shipments and individual legs across sea (vessel and trade-lane), road, rail, air, and inland-waterway transport using an ISO 14083 / GLE...

Searoutes Vessel Tracking API

Retrieve the latest position of a vessel by IMO or MMSI, look up vessels by name, predict ETAs from AIS, list scheduled port arrivals, and access historical position time series...

Searoutes Search & Carriers API

Find ocean carriers by name or SCAC code, retrieve carrier details, and search liner services by name with optional carrier filtering to return the vessels and ports on each ser...

Searoutes Weather API

Query historical (2013-present), real-time, and forecasted weather at a location, retrieve bulk forecasts up to fourteen days out, and obtain weather conditions along a specific...

Collections

Pricing Plans

Searoutes Plans Pricing

5 plans

PLANS

Rate Limits

Searoutes Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Searoutes API
  version: '2.0'
request:
  auth:
    type: apikey
    apikey:
      key: x-api-key
      value: '{{apiKey}}'
      in: header
items:
- info:
    name: Ocean Routing
    type: folder
  items:
  - info:
      name: Get sea route between locations
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/route/v2/sea/-1.27,50.80;8.83,53.88?speedInKts=20
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Returns the sea route, distance (meters), duration (ms), and crossed areas between locations.
  - info:
      name: Get a detailed sea route plan
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/route/v2/sea/-1.27,50.80;8.83,53.88/plan?speedInKts=20
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Returns a leg-by-leg voyage plan with timing.
- info:
    name: Geocoding
    type: folder
  items:
  - info:
      name: Find a port
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/geocoding/v2/port?query=hamburg
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Find ports by name or locode.
  - info:
      name: Find all location types
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/geocoding/v2/all?query=rotterdam
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Search ports, airports, terminals, and postal codes.
- info:
    name: CO2 Emissions
    type: folder
  items:
  - info:
      name: Shipment CO2e
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/co2/v2/shipment?fromLocode=NLRTM&toLocode=SGSIN&nContainers=1
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Multimodal shipment CO2e (ISO 14083 / GLEC).
  - info:
      name: Road CO2e
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/co2/v2/road/-1.27,50.80;8.83,53.88
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Road transport emissions between coordinates.
- info:
    name: Vessel
    type: folder
  items:
  - info:
      name: Latest vessel position
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/vessel/v2/position?imo=9321483
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Retrieve the latest AIS position of a vessel by IMO or MMSI.
  - info:
      name: Vessel trace
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/vessel/v2/trace?imo=9321483
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Processed vessel trajectory/route history.
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Search carriers
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/search/v2/carriers?query=maersk
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Find carriers by name or SCAC code.
- info:
    name: Weather
    type: folder
  items:
  - info:
      name: Weather forecast
      type: http
    http:
      method: GET
      url: https://api.searoutes.com/weather/v2/forecast?lat=53.55&lon=9.99
      headers:
      - name: x-api-key
        value: '{{apiKey}}'
    docs: Bulk weather forecast up to 14 days out.
bundled: true