Skip to main content
GET
/
datasets
/
properties
/
se
/
{uuid}
Summary
curl --request GET \
  --url https://api.tic.io/datasets/properties/se/{uuid} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "propertyId": 123,
  "propertyDesignation": "<string>",
  "propertySlug": "<string>",
  "propertyType": "fastighet",
  "statusType": "avregistrerad",
  "buildingNames": [
    "<string>"
  ],
  "centroidArea1": [
    123
  ],
  "municipalityCode": 123,
  "countyCode": 123,
  "landArea": 123,
  "waterArea": 123,
  "totalArea": 123,
  "streetAddress": "<string>",
  "postalCode": 123,
  "city": "<string>",
  "buildingTypes": [
    "<string>"
  ],
  "buildingPurposes": [
    "<string>"
  ],
  "numberOfAreas": 123,
  "areas": [
    {
      "areaId": 123,
      "surface": [
        [
          [
            123
          ]
        ]
      ],
      "centroid": [
        123
      ]
    }
  ],
  "lastOwnerRegistrationDate": 123,
  "owners": [
    {
      "companyId": 123,
      "personId": 123,
      "numerator": 123,
      "denominator": 123,
      "registrationDate": 123
    }
  ],
  "numberOfBuildings": 123,
  "numberOfAddresses": 123,
  "safetyShelterNumbers": [
    "<string>"
  ],
  "taxationCode": 123,
  "taxationValue": 123,
  "taxationYear": 123,
  "taxationProperties": [
    "<string>"
  ],
  "taxationValueParts": [
    {
      "part": "<string>",
      "amount": 123
    }
  ]
}
Get a summary for the given property with it’s unique identifier.

Authorizations

x-api-key
string
header
required

Path Parameters

uuid
string
required

The unique identifier for the property

Response

200 - application/json

The search response

id
string | null
propertyId
integer | null
propertyDesignation
string | null
propertySlug
string | null
propertyType
enum<string>
Available options:
fastighet,
samfallighet
statusType
enum<string>
Available options:
avregistrerad,
levande
buildingNames
string[] | null
centroidArea1
number[] | null
municipalityCode
integer | null
countyCode
integer | null
landArea
number | null
waterArea
number | null
totalArea
number | null
streetAddress
string | null
postalCode
integer | null
city
string | null
buildingTypes
string[] | null
buildingPurposes
string[] | null
numberOfAreas
integer | null
areas
object[] | null
lastOwnerRegistrationDate
integer | null
owners
object[] | null
numberOfBuildings
integer | null
numberOfAddresses
integer | null
safetyShelterNumbers
string[] | null
taxationCode
integer | null
taxationValue
integer | null
taxationYear
integer | null
taxationProperties
string[] | null
taxationValueParts
object[] | null
I