OpenRouteService
api.openrouteservice.org
OpenRouteService is an open-source routing, geocoding, and spatial analysis API built on OpenStreetMap data. It provides driving/walking/cycling directions, isochrone calculations (reachable areas), forward and reverse geocoding, distance/duration matrices, and elevation data. Use this for any location-based routing, address lookup, or geographic analysis task.
api_key
free
1.0
https://api.openrouteservice.org
1
2026-03-01 11:08:59
Health
Capabilities
geocode_search
productivityConvert an address or place name into geographic coordinates (forward geocoding).
Detail: https://api.openrouteservice.org/capabilities/geocode_search
get_directions
productivityCalculate a route between two or more points with turn-by-turn directions, distance, and duration for driving, walking, or cycling.
Detail: https://api.openrouteservice.org/capabilities/get_directions
get_elevation
productivityGet elevation data for one or more geographic coordinates.
Detail: https://api.openrouteservice.org/capabilities/get_elevation
get_isochrones
productivityCalculate reachable areas from a location within a given time or distance limit, returned as polygons.
Detail: https://api.openrouteservice.org/capabilities/get_isochrones
get_matrix
productivityCalculate a distance and/or duration matrix between multiple origin and destination points.
Detail: https://api.openrouteservice.org/capabilities/get_matrix
reverse_geocode
productivityConvert geographic coordinates into a human-readable address (reverse geocoding).
Detail: https://api.openrouteservice.org/capabilities/reverse_geocode
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: OpenRouteService Description: OpenRouteService is an open-source routing, geocoding, and spatial analysis API built on OpenStreetMap data. It provides driving/walking/cycling directions, isochrone calculations (reachable areas), forward and reverse geocoding, distance/duration matrices, and elevation data. Use this for any location-based routing, address lookup, or geographic analysis task. Auth: api_key Capabilities: - geocode_search: Convert an address or place name into geographic coordinates (forward geocoding). - get_directions: Calculate a route between two or more points with turn-by-turn directions, distance, and duration for driving, walking, or cycling. - get_elevation: Get elevation data for one or more geographic coordinates. - get_isochrones: Calculate reachable areas from a location within a given time or distance limit, returned as polygons. - get_matrix: Calculate a distance and/or duration matrix between multiple origin and destination points. - reverse_geocode: Convert geographic coordinates into a human-readable address (reverse geocoding).