List of branches (deprecated)
Business listing (2.0)
Getting a list of branches according to parameters
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 ID. You need to send the |
| region_id | string Region identifier. It is required if a geographical limit of search has not been specified. Details about the territorial division of the map into regions can be found in the description of the Regions API. |
| servicing | string Takes a single value of true. You should pass |
| servicing_group | string Type of the service provider.
|
| point | string Example: point=82.921663,55.030195 A center of the search area (point coordinates in the |
| radius | integer [ 0 .. 40000 ] Default: 250 Search radius in meters. Used to filter the results in circumference. |
| point1 | string Example: point1=82.921663,55.030195 The coordinates of the upper left vertex of a rectangular area limiting the search results in the |
| point2 | string Example: point2=82.921663,55.030195 The coordinates of the lower right vertex of a rectangular area limiting the search results in the |
| viewpoint1 | string Example: viewpoint1=82.921663,55.030195 The coordinates of the upper left vertex of a rectangular visibility scope, in the |
| viewpoint2 | string Example: viewpoint2=82.921663,55.030195 The coordinates of the lower right vertex of a rectangular visibility scope, in the |
| polygon | string Example: polygon=POLYGON((82.91259527206421 55.0614369017519,82.90572881698608 55.05902823221974,82.91521310806274 55.05580825372468)) A polygon in WKT format. |
| page | integer Default: 1 The number of the requested page. |
| page_size | integer [ 1 .. 50 ] Default: 20 Number of search results displayed on one page. |
| sort | string Sorting of results. Valid values:
|
| fields | Array of strings Additional fields to be displayed in the response should be separated by commas.
|
| locale | string The locale with which the search is performed and given results. |
| opened_after_date | string Example: opened_after_date=2001-01-24 Filters companies which have the opening date later than the passed parameter. |
| itin | string Individual taxpayer identification number. |
| work_time | string Opening hours of the company. Format: [day],[time] or now (current day and time).
|
| has_reviews | boolean Filter by availability of reviews on flamp.ru. Takes the true or false values. |
| has_photos | boolean Filter by availability of photos. Takes the true or false values. |
| has_site | boolean Filter by availability of website. Takes the true or false values. |
| has_rating | boolean Filter by availability of rating on flamp.ru. Takes the true or false values. |
| has_itin | boolean Filter by availability of the individual taxpayer identification number. It takes the true or false values. |
| city_id | string The IDs of the city separated by commas. They are used to filter branches by cities. |
| district_id | string The IDs of the districts, separated by commas. They are used to filter branches by district. |
Responses
Response Schema:
required | object (ObjMeta) Response metadata |
required | object Main result |
Response samples
- 200
- 400
- 403
- 404
- 408
- 500
{- "meta": {
- "api_version": "dev",
- "issue_date": "string",
- "code": 200
}, - "result": {
- "context_rubrics": [
- {
- "id": "string",
- "name": "string",
- "group": 0,
- "caption": "string"
}
], - "total": 1,
- "items": [
- {
- "id": "141265769336625_f91d4H3777058262347790J0e8g28765",
- "type": "branch",
- "region_id": "123456",
- "segment_id": "123456",
- "external_content": [
- {
- "type": "discount",
- "value": "shintop",
- "label": "Open",
}
], - "adm_div": [
- {
- "id": "123456",
- "type": "city",
- "caption": "string",
- "name": "Ust-Kamenogorsk",
- "is_default": true,
- "flags": {
- "is_region_center": true,
- "temporary_closed": "string",
- "is_default": true,
- "temporary_closed_parameters": [
- {
- "type": "string",
- "value": "string",
- "name": "string"
}
], - "has_model": { },
- "has_avg_bill": { },
- "photos": true,
- "is_district_area_center": true
}, - "city_alias": "novosibirsk",
- "detailed_subtype": "poselok"
}
], - "itin": "1234567890",
- "rubrics": [
- {
- "id": "123456",
- "parent_id": "123456",
- "kind": "string",
- "name": "string",
- "alias": "string"
}
], - "dates": {
- "created_at": "2012-04-18T12:08:03.273144+07:00",
- "updated_at": "2012-06-18T11:43:03.273144+07:00",
- "deleted_at": "2013-06-01T11:43:03.273144+07:00"
}, - "full_address_name": "Novosibirsk, Dimitrov Avenue, 7",
- "trade_license": {
- "type": "string",
- "legal_form": "string",
- "type_description": "string",
- "director_name": "string",
- "license": "string",
- "start_date": "string",
- "end_date": "string"
}, - "brand": {
- "id": "string",
- "branch_count": 0,
- "extension": "string",
- "name": "string"
}, - "timezone_offset": 420,
- "full_name": "string",
- "geometry": {
- "hover": "POLYGON((36.193851601974 51.7466070840044,36.1943391434488 51.7466070840044,36.1943391434488 51.7474670961949,36.193851601974 51.7474670961949,36.193851601974 51.7466070840044))",
- "selection": "POINT(83.306820839303 54.6230101954005)",
- "centroid": "POINT(83.306820839303 54.6230101954005)"
}, - "contact_groups": [
- {
- "comment": "Multichannel phone number",
- "schedule": {
- "Mon": {
- "working_hours": [
- {
- "from": null,
- "to": null
}
]
}, - "Wed": {
- "working_hours": [
- {
- "from": null,
- "to": null
}
]
}, - "Thu": {
- "working_hours": [
- {
- "from": null,
- "to": null
}
]
}, - "is_24x7": true,
- "date_to": "string",
- "description": "string",
- "Tue": {
- "working_hours": [
- {
- "from": null,
- "to": null
}
]
}, - "date_from": "string",
- "Sun": {
- "working_hours": [
- {
- "from": null,
- "to": null
}
]
}, - "comment": "Open 24h on holidays",
- "Fri": {
- "working_hours": [
- {
- "from": null,
- "to": null
}
]
}, - "Sat": {
- "working_hours": [
- {
- "from": null,
- "to": null
}
]
}
}, - "schedule_special": [
- {
- "working_hours": [
- {
- "from": null,
- "to": null
}
], - "data": "2025-01-02"
}
], - "contacts": [
- {
- "type": "phone",
- "text": "Ivanov's e-mail",
- "print_text": "Ivanov's e-mail",
- "comment": "for business correspondence",
- "url": "string",
- "value": "Phone number in international format"
}
], - "name": "Service center"
}
], - "links": {
- "nearest_parking": [
- {
- "id": "123456"
}
], - "branches": {
- "items": [
- {
- "id": "123_24J2I19H1J0fghdw7GJ0JJ16153",
- "org_id": "string",
- "name": "string",
- "additional_info": "string",
- "contacts": [
- {
- "type": null,
- "text": null,
- "print_text": null,
- "comment": null,
- "url": null,
- "value": null
}
]
}
], - "count": 1,
- "allowed_for_reviews_count": 0
}, - "airports": {
- "items": [
- {
- "id": "123456",
- "name": "Tolmachevo airport",
- "additional_info": "Airport, Ob-4"
}
], - "count": 0
}, - "providers": {
- "items": [
- {
- "id": "123_24J2I19H1J0fghdw7GJ0JJ16153",
- "org_id": "string",
- "name": "string",
- "additional_info": "string",
- "contacts": [
- {
- "type": null,
- "text": null,
- "print_text": null,
- "comment": null,
- "url": null,
- "value": null
}
]
}
], - "count": 1,
- "allowed_for_reviews_count": 0
}, - "nearest_metro": [
- {
- "id": "123456",
- "distance": 500
}
], - "attractions": [
- {
- "id": "123456",
- "dates": "string",
- "description": "string",
- "subtype_name": "Fountain",
- "name": "Fountain in Narymsky public garden",
- "authors": "string"
}
], - "on_territory": {
- "count": 0
}, - "station_scheme": {
- "building_id": "123456",
- "geometry": "string",
- "floor_plan_id": "123456"
}, - "entrances": [
- {
- "id": "123456",
- "entity_number": "string",
- "is_visible_in_ui": true,
- "geometry": {
- "points": [
- "string"
], - "vectors": [
- "string"
], - "normals": [
- "string"
]
}, - "comment": "string",
- "is_primary": true,
- "is_visible_on_map": true,
- "entity_name": "string",
- "entrance_display_name": "string"
}
], - "seaports": {
- "count": 0,
- "items": [
- {
- "id": "123456",
- "additional_info": "Marine Glory square, 1",
- "name": "Marine passenger terminal"
}
]
}, - "database_entrances": [
- {
- "id": "123456",
- "is_visible_in_ui": true,
- "building_number": "string",
- "apartments_info": {
- "calculated": true,
- "floors": [
- {
- "name": null,
- "apartments": null
}
]
}, - "entrance_display_name": "string",
- "is_visible_on_map": true,
- "has_poi": true,
- "name": "string",
- "entity_number": "string",
- "geometry": {
- "points": [
- "string"
], - "vectors": [
- "string"
], - "normals": [
- "string"
]
}, - "entity_name": "string",
- "comment": "string",
- "relative_geometry": {
- "dx": 0,
- "dy": 0,
- "direction": 0
}, - "is_primary": true
}
], - "railway_terminals": {
- "count": 0,
- "items": [
- {
- "id": "123456",
- "name": "Novosibirsk-Western, railway station",
- "additional_info": "Shirokaya Street, 26a"
}
]
}, - "landmarks": [
- {
- "id": "123456",
- "type": "station_platform",
- "subtype": "string",
- "station_id": "123456",
- "name": "string",
- "entrance_display_name": "string",
- "distance": 0,
- "azimuth": 360
}
], - "nearest_platforms": [
- {
- "id": "123456",
- "transition_type": "string",
- "heading_to": "Nakhabino",
- "name": "Krasniy Prospekt metro station",
- "comment": "Leninskaya line",
- "color": "#D10000",
- "route_logo": "string",
- "route_types": [
- "string"
]
}
], - "nearest_stations": [
- {
- "id": "123456",
- "entrance": {
- "id": "123456",
- "name": "string",
- "entrance_display_name": "string",
- "geometry": {
- "hover": "POLYGON((36.193851601974 51.7466070840044,36.1943391434488 51.7466070840044,36.1943391434488 51.7474670961949,36.193851601974 51.7474670961949,36.193851601974 51.7466070840044))",
- "selection": "POINT(83.306820839303 54.6230101954005)",
- "centroid": "POINT(83.306820839303 54.6230101954005)"
}
}, - "route_types": [
- "string"
], - "name": "Krasniy Prospekt metro station",
- "color": "#D10000",
- "route_logo": "string",
- "internal_transition": true,
- "comment": "Leninskaya line",
- "distance": 0
}
], - "bus_terminals": {
- "count": 0,
- "items": [
- {
- "id": "123456",
- "name": "Bus station, Novosibirsk",
- "additional_info": "Krasnyy Prospekt, 4"
}
]
}, - "hotels": {
- "count": 0,
- "items": [
- {
- "id": "123456",
- "additional_info": "Mira St, 18a bld1",
- "name": "Aquarius, Motel"
}
]
}, - "parking": [
- {
- "id": "123456",
- "name": "Underground Parking, Sun City",
- "purpose": "string",
- "capacity": "string",
- "is_paid": true,
- "comment": "50 rub per hour, first 2 hours free."
}
], - "river_ports": {
- "count": 0,
- "items": [
- {
- "id": "123456",
- "additional_info": "Leningrad highway, 51",
- "name": "Moscow North river terminal"
}
]
}, - "servicing": {
- "items": [
- {
- "id": "123_24J2I19H1J0fghdw7GJ0JJ16153",
- "org_id": "string",
- "name": "string",
- "additional_info": "string",
- "contacts": [
- {
- "type": null,
- "text": null,
- "print_text": null,
- "comment": null,
- "url": null,
- "value": null
}
]
}
], - "count": 1,
- "allowed_for_reviews_count": 0
}
}, - "address_name": "Dimitrov Avenue, 7",
- "point": "54.991984,82.901886",
- "org": {
- "id": "123456",
- "primary": "string",
- "branch_count": "7",
- "name": "string",
- "extension": "string"
}, - "marker_alt": 0,
- "reviews": {
- "recommendation_count": "12",
- "general_review_count": 0,
- "items": [
- {
- "is_reviewable": true,
- "rating": 5,
- "review_count": 0,
- "recommendation_count": 0,
- "tag": "string"
}
], - "rating": "4.73",
- "general_review_count_with_stars": 0,
- "is_org_reviews": true,
- "review_count": "32",
- "general_rating": "4.73",
- "org_review_count": 0,
- "is_reviewable": true,
- "org_rating": "4.73",
- "org_review_count_with_stars": 0
}, - "is_routing_available": true,
- "structure_info": {
- "apartments_count": 0,
- "year_of_construction": 0,
- "gas_type": "string",
- "chs_category": "string",
- "is_in_emergency_state": true,
- "project_type": "string",
- "floor_type": "string",
- "chs_name": "string",
- "material": "string",
- "porch_count": 0,
- "elevators_count": 0
}, - "parking": {
- "payment_link": "string",
- "congestion": {
- "updated_datetime": "string",
- "spaces": {
- "handicapped": {
- "free": 0,
- "total": 0
}, - "common": {
- "total": 0,
- "free": 0
}
}, - "blocked": true
}
}, - "ski_lift": {
- "type": 0,
- "status": 0
}, - "context": {
- "distance": "3483",
- "is_in_bound": "true",
- "stop_factors": [
- {
- "type": "attribute",
- "name": "Laundry",
- "tag": "hotel_details_laundry"
}
], - "servicing_group": "string",
- "servicing_groups": [
- "string"
]
}, - "booking": {
- "offers": [
- {
- "spasibo": {
- "amount": 0,
- "display_type": "up_to"
}, - "is_direct": true,
- "link": "string",
- "price": {
- "currency": "RUB",
- "min": 1200
}
}
]
}, - "floor_id": "141832714658709",
- "employees_org_count": "up to 15",
- "is_deleted": true,
- "floor_plans": {
- "default_plan_id": "123456",
- "plans": [
- {
- "id": "123456",
- "name": "string"
}
]
}, - "has_apartments_info": true,
- "search_attributes": {
- "dgis_address_details": {
- "entrance": "1",
- "apartment": "15",
- "precision": "string",
- "address": "12"
}, - "suggested_text": "string",
- "external_source": 1,
- "suggest_parts": [
- {
- "is_suggested": true,
- "text": "string"
}
], - "additional_context": [
- 0
]
}, - "schedule_special": [
- {
- "working_hours": [
- {
- "from": "09:00",
- "to": "17:00"
}
], - "data": "2025-01-02"
}
], - "address": {
- "postcode": "630007",
- "building_code": "string",
- "building_name": "Sun City",
- "landmark_name": "Zaryadye (a park in Moscow)",
- "makani": "27116 87099",
- "components": [
- {
- "type": "street_number",
- "fias_code": "dcb1bc1b-2324-449a-8b68-03e49ba1f541",
- "okato": "35",
- "oktmo": "35",
- "street_id": "123456",
- "street": "Krasnyy Prospekt",
- "number": "21/2, bld 7"
}
], - "building_id": "20498230958"
}, - "flags": {
- "is_region_center": true,
- "temporary_closed": "string",
- "is_default": true,
- "temporary_closed_parameters": [
- {
- "type": "string",
- "value": "string",
- "name": "string"
}
], - "has_model": { },
- "has_avg_bill": { },
- "photos": true,
- "is_district_area_center": true
}, - "stop_factors": [
- {
- "type": "attribute",
- "name": "Laundry",
- "tag": "hotel_details_laundry"
}
], - "building_name": "string",
- "description": "string",
- "locale": "ru_RU",
- "delivery": [
- {
- "phone": "+7123456789"
}
], - "city_alias": "novosibirsk",
- "schedule": {
- "Mon": {
- "working_hours": [
- {
- "from": "09:00",
- "to": "17:00"
}
]
}, - "Wed": {
- "working_hours": [
- {
- "from": "09:00",
- "to": "17:00"
}
]
}, - "Thu": {
- "working_hours": [
- {
- "from": "09:00",
- "to": "17:00"
}
]
}, - "is_24x7": true,
- "date_to": "string",
- "description": "string",
- "Tue": {
- "working_hours": [
- {
- "from": "09:00",
- "to": "17:00"
}
]
}, - "date_from": "string",
- "Sun": {
- "working_hours": [
- {
- "from": "09:00",
- "to": "17:00"
}
]
}, - "comment": "Open 24h on holidays",
- "Fri": {
- "working_hours": [
- {
- "from": "09:00",
- "to": "17:00"
}
]
}, - "Sat": {
- "working_hours": [
- {
- "from": "09:00",
- "to": "17:00"
}
]
}
}, - "floors": {
- "ground_min_count": 1,
- "ground_count": 1,
- "underground_count": 1
}, - "sources": [
- "string"
], - "address_comment": "office 413",
- "alias": "shintop_set_avtomarketov",
- "ev_charging_station": {
- "connectors": [
- {
- "type": "string",
- "power": 0,
- "price": 0,
- "status": 0
}
], - "aggregate": {
- "is_active": true,
- "is_busy": true,
- "connectors_free": 0,
- "connectors_total": 0,
- "power": 0
}
}, - "purpose_name": "string",
- "attribute_groups": [
- {
- "name": "Hotel",
- "is_context": true,
- "is_primary": true,
- "rubric_ids": [
- "123456"
], - "attributes": [
- {
- "id": "123456",
- "icon_url": "string",
- "tag": "hotel_room_internet",
- "name": "Free Internet in the rooms"
}
], - "icon_url": "string"
}
], - "name": "the Sunny cafe",
- "order_with_cart": [
- {
- "phone": "+7123456789"
}
], - "summary": {
- "text": "string"
}, - "name_ex": {
- "legal_name": "LLC Sunny",
- "addition": "string",
- "description": "Warehouse",
- "short_name": "Sunny",
- "primary": "Sunny",
- "extension": "cafe"
}
}
]
}
}