Get station information
Parameter
Example
Type
Required
Description
Header
Example
Type
Required
Description
Parameter
Example
Type
Description
Last updated
Last updated
https://ppk.geodnet.com/api/user/station/G001curl -X GET "https://ppk.geodnet.com/api/user/station/G001" \
-H "token: eyJhbGciOiJIUzI1Ni..."{
"code": 200,
"message": "Success",
"data": {
"name": "G001",
"status": "ACTIVE",
"coordinate": {
"ITRF2020": [-2687303.0592, -4302926.7171, 3852731.263],
"ITRF2020(2015)": [-2687302.8158, -4302926.9653, 3852731.1618],
"WGS84": [-2687303.0595, -4302926.7172, 3852731.2649],
"local": [-2687301.916, -4302928.3503, 3852731.1364]
},
"highPrecision": [
{ "name": "ITRF2020(2025.50)", "epoch": 2025.5, "x": -2687303.0592, "y": -4302926.7171, "z": 3852731.263 },
{ "name": "ITRF2020(2015.00)", "epoch": 2015, "x": -2687302.8158, "y": -4302926.9653, "z": 3852731.1618 },
{ "name": "WGS84(G2139)(2025.50)", "epoch": 2025.5, "x": -2687303.0595, "y": -4302926.7172, "z": 3852731.2649 },
{ "name": "NAD83(2011)(2010.00)", "epoch": 2010, "x": -2687301.916, "y": -4302928.3503, "z": 3852731.1364 }
]
}
}