---
title: "GET /{lang}/places/bbox"
method: GET
path: "/{lang}/places/bbox"
tags: ["Objects list"]
---

# GET /{lang}/places/bbox

`GET /{lang}/places/bbox`

Method returns all objects (or number of objects) in the given bounding box optionally filtered by parameters. Only basic information is include in response: xid, name, kinds, osm, wikidata and geometry of each object.
Depending on the chosen format, the response is either a simple array of objects (with a smaller volume) or an object in GeoJSON format.

## Path parameters

- `lang` string, required

## Query parameters

- `lon_min` number, double, required
- `lon_max` number, double, required
- `lat_min` number, double, required
- `lat_max` number, double, required
- `src_geom` 'osm' | 'wikidata' | 'snow' | 'cultura.ru' | 'rosnedra'
- `src_attr` 'osm' | 'wikidata' | 'snow' | 'cultura.ru' | 'rosnedra' | 'user'
- `kinds` string
- `name` string
- `rate` '1' | '2' | '3' | '1h' | '2h' | '3h'
- `format` 'json' | 'geojson' | 'count'
- `limit` integer

## Response `200`

Returns a list of objects

- SimpleFeature[]
  - `xid` string, required — Unique identifier of the object in OpenTripMap
  - `name` string, required — The name of the object
  - `kinds` string, required — Comma-separated list of categories. [see List of categories](https://dev.opentripmap.com/en/catalog.tree.json)
  - `osm` string — OpenStreetMap identifier of the object
  - `wikidata` string — Wikidata identifier of the object
  - `dist` number, double — Distance in meters from selected point (for radius query)
  - `point` object, required — Point location of the object
    - `lon` number, double — Longitude
    - `lat` number, double — Latitude

## Other responses

- `400` — Error in query parameters

---

[API](https://skmtc.net/opentripmap/apis/opentripmap-api.md) · [All operations](https://skmtc.net/opentripmap/apis/opentripmap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opentripmap/opentripmap-api/revisions/27aa081235f9/schema)
