Places API
NewFind points of interest near any location — cafes, shops, hotels, ATMs, pharmacies and more — filtered by category and radius, sorted by distance.
Overview
The Places API discovers businesses and points of interest around any location — cafes, shops, hotels, ATMs, pharmacies and more. Provide a centre point, a radius and an optional category filter, and it returns nearby POIs sorted by distance, each with its name, type, address and exact coordinates. It runs on fresh OpenStreetMap data, so results stay current as the map evolves.
Category filter (cafe, shop, hotel, ATM…)
Radius search (up to 20 km)
Distance-sorted results
Powered by fresh OpenStreetMap POIs
API reference
GET
/api/1/places| Parameter | Type | Status |
|---|---|---|
| point | string | Required |
| radius | number | Optional |
| category | string | Optional |
| limit | integer | Optional |
| lang | string | Optional |
Example request
Credit cost: 1 creditcurl "https://osrmroute.com/api/1/places?point=40.371,49.845&radius=1&category=amenity:cafe&key=YOUR_KEY"