Slide 12
Slide 12 text
station_status の仕組み
Copyright (c) OpenStreet Co., Ltd. All Rights Reserved
12
station statusのURL
https://api-public.odpt.org/api/v4/gbfs/hellocycling/station_status.json
{
"is_renting": true,
"station_id": "15881",
"is_installed": true,
"is_returning": true,
"last_reported": 1731543698,
"num_bikes_available": 1,
"num_docks_available": 3,
"vehicle_docks_available": [
{
"count": 3,
"vehicle_type_ids": [
"2"
]
}
],
"vehicle_types_available": [
{
"count": 1,
"vehicle_type_id": "2"
• 貸出可能台数:1台
• 返却可能台数:3台