distance/point
Get geocoding and information about a geographical point
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
400
Bad Request - Invalid request
404
Not Found - Valid request but location not 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