# Fahrplan-Free **Provider:** Fahrplan-Free **Category:** developer **Base URL:** `https://api.deutschebahn.com/freeplan/v1` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.deutschebahn.com/store/ ## Description A RESTful webservice to request a railway journey - FREE plan with restricted access (max. 10 requests per minute). Please ignore the message in the API Console about the access token. Register to use an less restricted version, which requires an access token. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.deutschebahn.com/freeplan/v1/arrivalBoard/{id}` | Get arrival board of a location | | GET | `https://api.deutschebahn.com/freeplan/v1/departureBoard/{id}` | Get departure board of a location | | GET | `https://api.deutschebahn.com/freeplan/v1/journeyDetails/{id}` | Get details about a single journey | | GET | `https://api.deutschebahn.com/freeplan/v1/location/{name}` | Get location information | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.deutschebahn.com/freeplan/v1/arrivalBoard/{id}' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/fahrplan-free/) — CC BY 4.0*