APIHub
Back to Explore

Flinkster_API_NG

This REST-API enables you to query for private transport sharing offers provided by companies and cities in Germany, Netherland and Austria. You can search for informations about the rental stations (points or areas) where you can find the rentals by utilizing the /areas/ ressource. With the help of the proximity search in the /bookingproposals/ URI you can request the availabilities of the rental

Transportation
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

255ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/areas

List Areas by Criteria.

  • lat (query)
  • lon (query)
  • radius (query)
  • offset (query, offset)
  • limit (query, limit)
  • expand (query)
  • type (query)
  • provider (query)
  • providernetwork (query)
GET

/areas/{areaUID}

Get area by UID.

  • areaUID (path, required) — The Area UID
  • expand (query) — Expand Provider
GET

/bookingproposals

Query for available RentalObjects of a specific view

  • lat (query)
  • lon (query)
  • radius (query)
  • offset (query, offset)
  • limit (query, limit)
  • providernetwork (query)
  • begin (query)
  • end (query)
  • expand (query)
  • view (query)
GET

/index

Show index.

GET

/providernetworks/{providernetworkUID}/categories

Lists all categories

  • providernetworkUID (path, required)
  • expand (query)
GET

/providernetworks/{providernetworkUID}/categories/{categoryUID}

Get a Category by UID

  • providernetworkUID (path, required) — Provider Network UID
  • categoryUID (path, required)
  • expand (query)
GET

/providernetworks/{providernetworkUID}/prices

Get information about the prices.

  • providernetworkUID (path, required)
GET

/providernetworks/{providernetworkUID}/rentalobjects/{rentalObjectUID}

Get information about the RentalObject.

  • rentalObjectUID (path, required)
  • providernetworkUID (path, required)
  • expand (query)
GET

/providernetworks/{uid}

Get information about the ProviderNetworkResources.

  • uid (path, required)
GET

/providers/{uid}

Get information about the ProviderResourceImpl.

  • uid (path, required)

10 endpoints auto-detected

curl -X GET \
  "https://api.deutschebahn.com/flinkster-api-ng/v1/areas"

api.deutschebahn.com · HTTPS only