Search POI information
Search POI information based on multiple conditions
Query Parameters
basincodeinteger
Watershed code
subbasincdstring
Watershed sub-area code
binstrvalinteger
Binary tree encoding value component
binstrleninteger
Binary tree encoding length component
typestring
POI type
keystring
POI key value
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://loading/api/pois?basincode=3261&subbasincd=001&binstrval=0&binstrlen=3087&type=junction&key=21"[
{
"type": "junction",
"key": "21",
"photos": [
"https://example.com/photo1.jpg"
],
"basincode": 3261,
"subbasincd": "001",
"binstrval": 0,
"binstrlen": 3087,
"description": "Sample POI description",
"displayName": "Sample name",
"descriptionEn": "Example description",
"displayNameEn": "Example name"
}
]{
"detail": "Parameter verification failed"
}{
"detail": "Resource not found"
}{
"detail": "Server error"
}