# 潮汐站點_清單 **API 修改紀錄** |版本|日期|備註| | ------------ |------------ |------------ | | v1 |2024/06/26|發佈 | #### 網址 https://{domain}/api/v1/tide-station/index #### Http Method GET #### HTTP Header accept-language : language code apikey : apk key #### Query Params |欄位名稱|必填|型態|欄位|備註| | ------------ | :-----------: |:-----------: |------------ |------------ | |latitude|Y|float|緯度 |longitude|Y|float|經度 |distance|Y|float|距離|公里 #### HTTP Response 回傳參數 |Name|Type|說明| | ------------ | ------------ |------------ | 更新 #### Request Header Authoriztion ```json { "accept-language" : "en", "apikey" : "api key string" } ``` #### Json Example Request Json ```json ``` Response Json Success ```json { "status": true, "code": 200, "message": "success", "result": { "pageCount": 1, "data": [ { "id": 2897, "name": "station", "lat": 22.167, "lng": 113.55, "source": "ticon3_hc", "created_at": "2024-06-26 07:27:16", "updated_at": "2024-06-26 07:27:16" } ] } } ``` Response Json Error
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up