getImmovables
TEST request - https://in.bisnode.ee/rest_dev/getImmovables
getImmovables
POST
https://in.bisnode.ee/rest/getImmovables
Needed Headers: Content-type: application/json
This endpoint allows you to get real estate information of a company or a person such as:
* Type
* Cadastral code
* Address
* Area in m2
* Registry code
* Purpose
Example Curl request:
curl -X POST -k -H 'Content-type: application/json' -i 'https://in.bisnode.ee/rest/getImmovables' --data '{
"token": "0c725874e737c8195de547f67692d8b976726561",
"code": "10117826",
"language": "en"
}'
Query Parameters
language
string
2-letter language code. Must be "en", "et" or "ru. Default is "en".
token
string
Your 'access token' (API key).
code
string
Company registration number or Personal ID code.
{
"immovable_no": "111701",
"type": "Kinnisasi",
"cadastral_code": "11111:111:11111",
"address": "ABC tn 1, Haabersti linnaosa, Tallinn, Harju maakond",
"area": "1111,0 m2",
"apt_no": "*",
"registry_code_of_apartment_association": "",
"purpose": "\u00c4rimaa 100%"
}
Last updated
Was this helpful?