Mapbox
communityMapping platform for developers with custom maps, navigation, geocoding, and location search.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.mapbox.com/geocoding/v5/mapbox.places/{query}.jsonForward geocoding — address to coordinates
Parameters
limitresults (integeroptionalqueryaddress or place name (stringrequiredlanguagelanguage code (stringoptionalaccess_tokenAPI token (stringrequiredReturns
features[] with place_name, center [lng, lat], geometry, context[] with region, countryGET
https://api.mapbox.com/directions/v5/mapbox/{profile}/{coordinates}Get route directions
Parameters
stepsinclude turn-by-turn (booleanoptionalprofiledriving|walking|cycling|driving-traffic (stringrequiredcoordinatessemicolon-separated lngrequired— lat pairs (stringaccess_tokenAPI token (stringrequiredReturns
routes[] with distance, duration, geometry, legs[] with steps[] with maneuver, distance, durationGET
https://api.mapbox.com/isochrone/v1/mapbox/{profile}/{coordinates}Get reachable area from a point
Parameters
profiledriving|walking|cycling (stringrequiredcoordinateslngrequired— lat (stringaccess_tokenAPI token (stringrequiredcontours_minutestime limits comma-separated (stringrequiredReturns
features[] with geometry (polygon), properties.contour (minutes)