/
/MOTIS API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2w ago
debug1
geocode2
map7
  • getGiven a area frame (box defined by top right and bottom left corner) and a time frame, it returns all trips and their respective shapes that operate in this area + time frame. Trips are filtered by zoom level. On low zoom levels, only long distance trains will be shown while on high zoom levels, also metros, buses and trams will be returned.
  • getinitial location to view the map at after loading based on where public transport should be visible
  • getGet all stops for a map section
  • getGet all available levels for a map section
  • getGiven an area frame (box defined by the top-right and bottom-left corners), it returns all routes and their respective shapes that operate within this area. Routes are filtered by zoom level. On low zoom levels, only long distance trains will be shown while on high zoom levels, also metros, buses and trams will be returned.
  • getReturns the full data for a single route, including all stops and polyline segments.
  • getGet a list of rental providers or all rental stations and vehicles for a map section or provider
routing6
timetable5
  • get/api/v1/health
map

initial location to view the map at after loading based on where public transport should be visible

get/api/v1/map/initial

Response

latitude, longitude, zoom level to set the map to, and routing options configuration and limits

latnumber required

latitude

lonnumber required

longitude

zoomnumber required

zoom level

Changes