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

ParameterDescription
langResponse language. One of (uk, en, ru).
idObject identifier. You can pass multiple object IDs separated by commas. Maximum number of objects is 250.
formatData format (json, csv).
geometrySpecifies 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.
callbackFunction 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