/3.0/rubricator/map
List if categories (3.0)
2GIS API Support: api@2gis.ru URL: https://docs.2gis.com/
Getting a rubricator on map according to parameters
Returns the rubricator that matches the parameters passed in the request.
query Parameters
| key required | string Unique key of API user. |
| region_id required | integer Region ID. |
| locale | string The locale with which the search is performed and given results. |
Responses
Response Schema: application/json
required | object |
required | object (ObjMeta) Response metadata |
Response samples
- 200
- 400
- 403
- 404
- 500
Content type
application/json
{- "result": {
- "items": [
- {
- "id": "4503719886454906",
- "type": "metarubric",
- "name": "Eat out",
- "icon_url": "string",
- "title": "Radio parts",
- "search_query": "string",
- "caption": "string",
- "action": {
- "type": "string",
- "platforms": [
- "string"
], - "caption": "string",
- "value": "string",
- "name": "string"
}, - "tag": "rubrics1_551"
}
], - "total": 1
}, - "meta": {
- "issue_date": "string",
- "code": 200,
- "api_version": "dev"
}
}