Autopass 圖資 API
    • 簡介
    • 連線位置
    • 認證方式
    • 伺服器換取 Access Token
    • 用戶端連線細節
    • 錯誤訊息
    • 資料交換格式
    • 站點資料模型重點
    • <> API References
      • 認證
        • 伺服器換取 Access Token
      • 圖資功能
        • 取得各種站點資訊
        • 取得指定站點資訊
      • 回報功能
        • 回報停車場滿位狀況
        • 回報停車場停業
        • 回報新停車場資訊
        • 回報更新停車場資訊
      • 合作廠商
        • 取得合作廠商資訊
      • 服務狀態
        • 確認服務狀態
    • Schemas
      • AccessToken
      • CooperationState
      • OpeningTimeStatus
      • GasPrice
      • ParkinglotExtraInfo
      • GasStationExtraInfo
      • Parkinglot
      • GasStation
      • Store
      • StoreListResponse
      • Vendor
      • VendorListResponse
      • ReportOkResponse
      • Error

    StoreListResponse

    {
        "data": [
            {
                "store_id": "string",
                "vendor_id": "string",
                "lat": 0,
                "lng": 0,
                "name": "string",
                "cooperation_state": "not_in_cooperated",
                "telephone": "string",
                "address": "string",
                "current_business_hours": "string",
                "share_link": "http://example.com",
                "full_business_hours": "string",
                "store_type": "Parkinglot",
                "extra_info": {
                    "current_parking_price": "string",
                    "current_first_hour_price": {
                        "price": "string",
                        "charge_mode": "fixed_rate",
                        "fixed_rate_duration": 0
                    },
                    "full_parking_price": "string",
                    "full_parking_price_array": [
                        "string"
                    ],
                    "building": "string",
                    "autopass_issue": "string",
                    "total_lots": 0,
                    "available_lots": 0,
                    "is_pay_taipei": true
                },
                "opening_time_status": "opening",
                "opening_time_all_day_open": true
            }
        ]
    }
    Built with