Features Pricing Docs Contact Dashboard

Free Places API

Search nearby POIs, find places by name, and autocomplete as users type. Powered by OpenStreetMap with global coverage.

Get API Key → Full Documentation
500
Free requests/day
80+
Place categories
🌍
Global OSM data
Get free key →
GET https://api.latlng.work/v1/places/nearby

Find places within a radius of a coordinate. Filter by category, country, or bounding box.

🔑 Server key required
ParameterTypeDefaultDescription
lat *floatLatitude of search center
lon *floatLongitude of search center
radiusinteger1000Search radius in meters, max 50000
categorystringFilter by category (e.g. restaurant, hotel, park)
countrystringISO 3166-1 alpha-2 code (e.g. us, gb)
limitinteger20Max results, up to 100

Try it

Enter your API key above and click Search.
GET https://api.latlng.work/v1/places/search

Search places by name with optional location bias. Results are ranked by relevance and proximity.

🔑 Server key required
ParameterTypeDefaultDescription
q *stringSearch query (place name, business name)
latfloatBias results toward this latitude
lonfloatBias results toward this longitude
categorystringFilter by category
limitinteger20Max results, up to 50

Try it

GET https://api.latlng.work/v1/places/categories

Returns all supported place categories with their OSM tag mappings. No authentication required.

🔓 No key required

Try it

Click to load all supported categories.

Why Use Our Places API?

  • Truly Free: 500 requests/day with a free account — no credit card required
  • Open Data: Powered by OpenStreetMap — no vendor lock-in, no licensing fees
  • Global Coverage: POI data spanning every country on Earth
  • 80+ Categories: Restaurants, hotels, parks, hospitals, ATMs, transit, and more
  • Rich Filters: Narrow by category, country, radius (up to 50 km), or bbox
  • Autosuggest: Dedicated endpoint optimised for search-as-you-type UX — see Autosuggest docs →
Get Your Free API Key →