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

    GasStation

    加油站資訊

    {
        "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": "GasStation",
        "extra_info": {
            "gas_price": {
                "gas_92": "string",
                "gas_95": "string",
                "gas_98": "string",
                "diesel": "string"
            }
        },
        "opening_time_status": "opening",
        "opening_time_all_day_open": true
    }
    Built with