GBFS — Shared bikes (nextbike Leipzig)
- Datensätze
- —
- Zuletzt synchronisiert
- —
- Lizenz
- CC BY 4.0
- Namensnennung
- nextbike GmbH
- Quell-URL
- https://gbfs.nextbike.net/maps/gbfs/v2/nextbike_le/gbfs.json
Availability snapshots
GBFS feeds are real-time only. Capture snapshots over time to unlock the map's availability gap analysis — where vehicles are reliably available versus persistently empty.
- Snapshots stored
- 1
- Last captured
- 2026-06-23 09:42
Tip: for meaningful gaps, collect on a schedule with
python manage.py collect_mobility_snapshots (e.g. every 15 min via cron).
The map's “Availability gaps” overlay appears once snapshots exist.
Connector: GBFS (Sharing-Mobilität: Rad/Roller/Auto)
Liest einen GBFS-Auto-Discovery-Feed (gbfs.json) eines Sharing-Anbieters und erzeugt je nach ``layer`` einen von zwei Layern: ``shared_vehicles`` (frei verfügbare Fahrzeuge aus free_bike_status/vehicle_status, mit Fahrzeugtyp und Antrieb) oder ``shared_stations`` (Stationen aus station_information + station_status, mit Kapazität, Verfügbarkeit und Auslastungsquote). Unterstützt GBFS v2 und v3.
Configuration fields
| Schlüssel | Type | Required | Description |
|---|---|---|---|
| discovery_url | string | ✓ | GBFS auto-discovery URL (gbfs.json) |
| layer | string | ✓ | Output layer (shared_vehicles | shared_stations) |
| language | string | Feed language code (optional; GBFS v2 feeds are keyed by language — defaults to the first one advertised) | |
| default_form_factor | string | Form factor to assume when the feed omits vehicle_types (optional, e.g. 'bicycle' for a classic bike-share system) |
Konfiguration
{
"layer": "shared_vehicles",
"discovery_url": "https://gbfs.nextbike.net/maps/gbfs/v2/nextbike_le/gbfs.json",
"default_form_factor": "bicycle"
}