-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeer.json
66 lines (65 loc) · 3.25 KB
/
deer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"feed_data": {
"pricing_plans": [
{
"currency": "EUR",
"description": "Basic-Line Stundentarif, 9,90 EUR je Stunde (die erste angefangene Stunde wird voll berechnet, danach zeitanteilig je angefangene 15 Minuten)",
"is_taxable": false,
"name": "#deerstunde",
"per_min_pricing": [ { "start": 0, "interval": 60, "rate": 9.90 } ],
"plan_id": "basic_line_hour",
"price": 0,
"url": "https://www.deer-mobility.de/tarife/"
},
{
"currency": "EUR",
"description": "Basic-Line Tagestarif (24 Std.), 69,90 EUR /24 Std (nach Ablauf der 24 Std. erfolgt eine Berechnung der weiteren Nutzung auf Stundentarif-Basis)",
"is_taxable": false,
"name": "#deertag",
"per_min_pricing": [ { "start": 0, "interval": 1440, "rate": 69.90 } ],
"plan_id": "basic_line_day",
"price": 0,
"url": "https://www.deer-mobility.de/tarife/"
},
{
"currency": "EUR",
"description": "Basic-Line Wochenendtarif (Freitag 17:00 Uhr bis Sonntag 21:00 Uhr), 109,90 EUR (außerhalb des Zeitraums des Wochenendtarifs, erfolgt eine Abrechnung auf Stundentarif-Basis)",
"is_taxable": false,
"name": "#deerwochenende",
"per_min_pricing": [ { "start": 0, "end": 3119, "interval": 3120, "rate": 109.90 } ],
"plan_id": "basic_line_weekend",
"price": 0,
"url": "https://www.deer-mobility.de/tarife/"
}
],
"system_information": {
"email": "[email protected]",
"feed_contact_email": "[email protected]",
"language": "de",
"license_url": "https://www.govdata.de/dl-de/by-2-0",
"license_id": "DL-DE-BY-2.0",
"attribution_organization_name": "DEER GmbH",
"attribution_url": "https://www.deer-mobility.de/",
"name": "deer",
"operator": "DEER GmbH",
"phone_number": "+49 7051 1300-120",
"privacy_url": "https://www.deer-mobility.de/wp-content/uploads/2024/02/Datenschutzerklaerung-deer-Stand-01.05.2022-aktualisierter-Standort-November-2023.pdf",
"purchase_url": "https://www.deer-mobility.de/hier-gratis-registrieren/",
"rental_apps": {
"android": {
"discovery_uri": "https://deer-carsharing.de/yet_unknown",
"store_uri": "https://play.google.com/store/apps/details?id=de.fleetster.calw"
},
"ios": {
"discovery_uri": "https://deer-carsharing.de/yet_unknown",
"store_uri": "https://apps.apple.com/de/app/public-e-carsharing-deer/id1380667727"
}
},
"system_id": "deer",
"terms_last_updated": "2023-10-31",
"terms_url": "https://www.deer-mobility.de/wp-content/uploads/2024/01/Deer-Carsharing-AGB_Vertragsschluss-ab-31.10.2023-3.pdf",
"timezone": "Europe/Berlin",
"url": "https://www.deer-mobility.de/"
}
}
}