Osm Query Endpoint

Query OpenStreetMap data using natural language and return GeoJSON features.

Examples:

  • "All buildings in Mercer Island, WA" -> FeatureCollection of building polygons
  • "Parks in Berlin, Germany" -> FeatureCollection of park polygons
  • "Restaurants in San Francisco" -> FeatureCollection of restaurant points
post/api/osm

Request body

querystring required

Natural language OSM query (e.g., 'All buildings in Mercer Island, WA')

Response

Successful Response

statusstring required
dataobject nullable
errorstring nullable
timestampstring

Changes