distance/point

Get geocoding and information about a geographical point

Get point information

post

Get geocoding and information about a geographical point.

Authorizations
Query parameters
airportsbooleanOptional

Get nearby airports

citiesbooleanOptional

Get nearby cities

furthestbooleanOptional

Get furthest cities

Body
Responses
200
Valid request and point found
post
POST /api/v2/distance/point HTTP/1.1
Host: api.distance.tools
X-Billing-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 42

{
  "point": {
    "name": "text",
    "country": "text"
  }
}

No content

Last updated