Skip to content

Instantly share code, notes, and snippets.

@migurski
Last active January 17, 2016 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migurski/888f407447bce5c7065a to your computer and use it in GitHub Desktop.
Save migurski/888f407447bce5c7065a to your computer and use it in GitHub Desktop.
Mapzen API index
{
"vector_tile_url": "http://vector.mapzen.com/osm/{layers}/{z}/{x}/{y}.{format}{?api_key}",
"time_distance_matrix_url": "https://matrix.mapzen.com/{action}{?api_key,json}",
"search_geocode_url": "https://search.mapzen.com/v1/search{?api_key,text}{&size,boundary.country,boundary.rect.min_lat,boundary.rect.min_lon,boundary.rect.max_lat,boundary.rect.max_lon,boundary.circle.lat,boundary.circle.lon,boundary.circle.radius,focus.point.lat,focus.point.lon,sources,layers}",
"search_reverse_url": "https://search.mapzen.com/v1/reverse{?api_key,point.lat,point.lon}{&size,boundary.country,sources,layers}",
"search_autocomplete_url": "https://search.mapzen.com/v1/autocomplete{?api_key,text}{&focus.point.lat,focus.point.lon}",
"search_place_url": "https://search.mapzen.com/v1/place{?api_key,ids}",
"elevation_url": "https://elevation.mapzen.com/height{?api_key,json}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment