-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextbus.json
58 lines (57 loc) · 1.57 KB
/
nextbus.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
{
"stop": {
"url": "https://prim.iledefrance-mobilites.fr/marketplace/stop-monitoring?MonitoringRef=STIF:StopPoint:Q:",
"token": "",
"stops": [
{
"id": "28785",
"bus_number": "258",
"bus_color": "red",
"extra": "[RER A/E] -"
},
{
"id": "488598",
"bus_number": "259",
"bus_color": "blue",
"extra": "[RER A/E/TER L] -"
},
{
"id": "26140",
"bus_number": "157",
"bus_color": "purple",
"extra": "[RER A] -"
},
{
"id": "28784",
"bus_number": "158",
"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"
}
]
}