Skip to main content

List of branches (deprecated)

Business listing (2.0)

2GIS API Support: api@2gis.ru URL: https://docs.2gis.com

Getting a list of branches according to parameters Deprecated

Method support discontinued. To see a list of companies in an organization, a building or a city, use 3.0/items method.

query Parameters
key
required
string

A unique key of API user.

building_id
required
string

Building ID.

org_id
required
string

Company ID.

rubric_id
required
string

Category identifiers. The region_id parameter must be passed.

You can also send a list of category IDs separated by commas, in this case, all the categories should be from the same region.

region_id
string

Region ID. Required if no geographic search restriction is specified. Details on how the map is divided into regions can be found in the Regions API description.

servicing
string

Takes a single value of true. You should pass building_id.

servicing_group
string

Type of the service provider. Possible values:

  • default — city service providers;
  • internet — Internet service providers;
  • all — all of the above mentioned.
point
string
Example: point=82.921663,55.030195

The center of the search area (point coordinates in lon, lat format).

Used for filtering results within a circle.

radius
integer [ 0 .. 40000 ]
Default: 250

The search radius in meters. Used for filtering results within a circle.

point1
string
Example: point1=82.921663,55.030195