เอกสาร MapScale
•••
MapScale API
GET/v1/admin-areas/reverse

ค้นหาเขตการปกครองไทยจากพิกัด

แปลงที่อยู่เป็นพิกัด แปลงพิกัดเป็นที่อยู่ ดู place detail และค้นหาเขตการปกครองไทย

LIVE API PLAYGROUND

เข้าสู่ระบบหรือสร้างบัญชี

ดำเนินการต่อเพื่อเรียก request จริงจากหน้า docs

ส่ง request นี้ไปยัง API จริงและแสดง response จริง

พารามิเตอร์

Request ที่เทียบเท่า
curl \
  -H "X-MapScale-Key: $MAPSCALE_API_KEY" \
  "https://api.mapscale.io/v1/admin-areas/reverse?point=100.5018%2C13.7563&lang=th"
Response
Response เริ่มต้น
{
  "status": "200",
  "contentType": "application/json",
  "description": "Admin area containing the point"
}

Responses

200Admin area containing the pointapplication/json
400Invalid requestapplication/json
401mapscale/effect-api/UnauthorizedFailureapplication/json
403mapscale/effect-api/ForbiddenFailureapplication/json
404Not foundapplication/json
429mapscale/effect-api/RateLimitedFailureapplication/json
500mapscale/effect-api/MiddlewareInternalFailureapplication/json
502Upstream geocoding engine failureapplication/json
503Upstream geocoding engine unavailable | mapscale/effect-api/UpstreamUnavailableFailureapplication/json

On this page