Full Object Description /feature
Retrieves the geometry and all information about an object. A search request /geocode returns only basic information about objects, without geometry.
Request Schema
https://api.visicom.ua/data-api/5.0/[lang]/feature/[id].[format][?key][&callback]
Request Parameters
| Parameter | Description |
|---|---|
lang | Response language. One of (uk, en, ru). |
id | Object identifier. You can pass multiple object IDs separated by commas. Maximum number of objects is 250. |
format | Data format (json, csv). |
geometry | Specifies whether to return object geometry in the response. Possible values: no — do not return geometry (the geometry field will be absent). If the parameter is not specified, geometry is included in the response. |
callback | Function name for JSONP request. |
Response
The structure of the feature request response depends on the value of the categories parameter. See response schemas in the /geocode description.
Examples
https://api.visicom.ua/data-api/5.0/en/feature/POIA1KIGKN.json?key=YOUR_API_KEY