GBFS — Shared-bike stations (nextbike Leipzig)
- Datensätze
- 149
- Zuletzt synchronisiert
- 2026-06-22 07:14
- 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-22 08:37
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_stations",
"discovery_url": "https://gbfs.nextbike.net/maps/gbfs/v2/nextbike_le/gbfs.json"
}
Normierter Feature-Satz
149 Features · synchronisiert 2026-06-22 07:14
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.358117,
51.326737
]
},
"properties": {
"name": "Galopprennbahn (Vorplatz/Zufahrtsstraße)",
"address": "",
"capacity": 4,
"provider": "",
"is_renting": true,
"station_id": "8308",
"is_returning": true,
"availability_ratio": 0.0,
"num_docks_available": 3,
"num_vehicles_available": 0
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.378786,
51.343658
]
},
"properties": {
"name": "Hauptbahnhof/LVB-Mobilitätszentrale",
"address": "",
"capacity": 30,
"provider": "",
"is_renting": true,
"station_id": "16337",
"is_returning": true,
"availability_ratio": 0.3,
"num_docks_available": 21,
"num_vehicles_available": 9
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.381495,
51.343813
]
},
"properties": {
"name": "Hauptbahnhof/Osthalle",
"address": "",
"capacity": 10,
"provider": "",
"is_renting": true,
"station_id": "32021",
"is_returning": true,
"availability_ratio": 0.8,
"num_docks_available": 1,
"num_vehicles_available": 8
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.379628,
51.344577
]
},
"properties": {
"name": "Hauptbahnhof/Westhalle (LVB Mobilitätsstation)",
"address": "",
"capacity": 10,
"provider": "",
"is_renting": true,
"station_id": "32097",
"is_returning": tru…