MapScale Docs
•••
MapScale API
GET/v1/isochrone

Build a travel-time isochrone

Return polygons showing the area reachable from one point within a time or distance contour.

LIVE API PLAYGROUND

Sign in or create an account

Continue to run live requests directly from the docs.

Sends this request to the live API and shows the real response.

Parameters

Equivalent request
curl \
  -H "X-MapScale-Key: $MAPSCALE_API_KEY" \
  "https://api.mapscale.io/v1/isochrone?point=100.5018%2C13.7563&profile=driving&contours=10"
Response
Default response
{
  "status": "200",
  "contentType": "application/json",
  "description": "Isochrone computed"
}

Responses

200Isochrone computedapplication/json
400Invalid requestapplication/json
401mapscale/effect-api/UnauthorizedFailureapplication/json
403mapscale/effect-api/ForbiddenFailureapplication/json
404No route was foundapplication/json
429mapscale/effect-api/RateLimitedFailureapplication/json
500mapscale/effect-api/MiddlewareInternalFailureapplication/json
502Upstream routing engine failureapplication/json
503Upstream routing engine unavailable | mapscale/effect-api/UpstreamUnavailableFailureapplication/json

On this page