-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnextbus.json
More file actions
65 lines (64 loc) · 2.04 KB
/
nextbus.json
File metadata and controls
65 lines (64 loc) · 2.04 KB
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
{
"stop": {
/* https://prim.iledefrance-mobilites.fr/en/apis/idfm-ivtr-requete_unitaire */
"url": "https://prim.iledefrance-mobilites.fr/marketplace/stop-monitoring?MonitoringRef=STIF:StopPoint:Q:",
"token": "",
"stops": [
{
/* https://prim.iledefrance-mobilites.fr/en/jeux-de-donnees/traces-des-lignes-regulieres-de-bus-en-ile-de-france */
/* https://prim.iledefrance-mobilites.fr/en/jeux-de-donnees/referentiel-des-lignes?tab=images */
"id": "28785",
"bus_number": "258",
"bus_id": "C01248",
"bus_color": "red",
"extra": "[RER A/E] -"
},
{
"id": "488598",
"bus_number": "259",
"bus_id": "C02000",
"bus_color": "blue",
"extra": "[RER A/E/TER L] -"
},
{
"id": "26140",
"bus_number": "157",
"bus_id": "C01180",
"bus_color": "purple",
"extra": "[RER A] -"
},
{
"id": "28784",
"bus_number": "158",
"bus_id": "C01181",
"bus_color": "orange",
"extra": "[Botanic] -"
}
]
},
"meteo": {
"url": "https://api.open-meteo.com/v1/forecast?latitude=48.892&longitude=2.2067&hourly=temperature_2m,rain,showers,snowfall,weather_code&daily=weather_code,sunrise,sunset&timezone=Europe%2FBerlin&forecast_days=2"
},
"waterlevel": [
{
"id": "0d484a",
"color": "pink",
"label": "monstera"
},
{
"id": "0d4a5d",
"color": "yellow",
"label": "framboisier"
},
{
"id": "0d4a6b",
"color": "blue",
"label": "shiflora"
},
{
"id": "0d4b6b",
"color": "grey",
"label": "pellaea"
}
]
}