v51

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012281206.0 KB
map

Get a list of rental providers or all rental stations and vehicles for a map section or provider

Various options to filter the providers, stations and vehicles are available. If none of these filters are provided, a list of all available rental providers is returned without any station, vehicle or zone data.

At least one of the following filters must be provided to retrieve station, vehicle and zone data:

  • A bounding box defined by the min and max parameters
  • A circle defined by the point and radius parameters
  • A list of provider groups via the providerGroups parameter
  • A list of providers via the providers parameter

Only data that matches all the provided filters is returned.

Provide the withProviders=false parameter to retrieve only provider groups if detailed feed information is not required.

get/api/v1/rentals

Query parameters

minstring

latitude,longitude pair of the lower right coordinate

maxstring

latitude,longitude pair of the upper left coordinate

pointstring

`latitude,longitude[,level]` tuple with

  • latitude and longitude in degrees
  • (optional) level: the OSM level (ignored, for compatibility reasons)

OR

stop id

radiusinteger

Radius around point in meters.

providerGroupsstring[]

A list of rental provider groups to return. If both providerGroups and providers are empty/not specified, all providers in the map section are returned.

providersstring[]

A list of rental providers to return. If both providerGroups and providers are empty/not specified, all providers in the map section are returned.

withProvidersboolean

Optional. Include providers in output. If false, only provider groups are returned.

Also affects the providers list for each provider group.

withStationsboolean

Optional. Include stations in output (requires at least min+max or providers filter).

withVehiclesboolean

Optional. Include free-floating vehicles in output (requires at least min+max or providers filter).

withZonesboolean

Optional. Include geofencing zones in output (requires at least min+max or providers filter).

Response

Rentals in the map section or for the given providers