Valhalla · Example Payload

Isochrone

Example /isochrone request for 10 and 20 minute walking isochrones from Times Square, New York City.

RoutingNavigationOpenStreetMapMappingGeospatialDirectionsIsochronesTravelTransportationOpen-Source

Isochrone is an example object payload from Valhalla, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponse_summary

Example Payload

Raw ↑
{
  "description": "Example /isochrone request for 10 and 20 minute walking isochrones from Times Square, New York City.",
  "request": {
    "locations": [
      { "lat": 40.7580, "lon": -73.9855, "name": "Times Square, New York City" }
    ],
    "costing": "pedestrian",
    "contours": [
      { "time": 10, "color": "aabbcc" },
      { "time": 20, "color": "ffaa00" }
    ],
    "polygons": true,
    "denoise": 0.5,
    "show_locations": true,
    "units": "km"
  },
  "response_summary": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "properties": {
          "contour": 10,
          "color": "aabbcc",
          "fill": "aabbcc",
          "fillOpacity": 0.33,
          "fill-opacity": 0.33,
          "opacity": 0.33,
          "metric": "time"
        },
        "geometry": {
          "type": "Polygon",
          "coordinates": [[["-73.99", "40.75"], ["-73.98", "40.76"], ["-73.97", "40.75"], ["-73.99", "40.75"]]]
        }
      },
      {
        "type": "Feature",
        "properties": {
          "contour": 20,
          "color": "ffaa00",
          "fill": "ffaa00",
          "fillOpacity": 0.33,
          "fill-opacity": 0.33,
          "opacity": 0.33,
          "metric": "time"
        },
        "geometry": {
          "type": "Polygon",
          "coordinates": [[["-74.01", "40.74"], ["-73.96", "40.77"], ["-73.96", "40.74"], ["-74.01", "40.74"]]]
        }
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/isochrone"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.