Skip to main content

The Property Listing object

typestringrequired

Possible values: [property_listings]

idstringrequired
attributes objectrequired
descriptionstring

Long text description

available_fromdate
bathroomsfloat
bedroomsinteger
council_tax_bandstring
display_addressstring
epc_urlstring
floorplan_urlstring
furnishingstring

Possible values: [unfurnished, furnished, part_furnished]

key_featuresstring[]
last_saved_atdate-time
price_in_penceinteger
property_area_sqftinteger
property_typestring

Possible values: [apartment, terraced_house, semi_detached_house, detached_house]

published_atdate-time
slugstring
statestring

Possible values: [draft, publishing, published, removing]

virtual_tour_urlstring
first_published_atdate-time
created_atdate-time
updated_atdate-time
The Property Listing object
{
"type": "property_listings",
"id": "string",
"attributes": {
"description": "string",
"available_from": "2024-07-29",
"bathrooms": 0,
"bedrooms": 0,
"council_tax_band": "string",
"display_address": "string",
"epc_url": "string",
"floorplan_url": "string",
"furnishing": "unfurnished",
"key_features": [
"string"
],
"last_saved_at": "2024-07-29T15:51:28.071Z",
"price_in_pence": 0,
"property_area_sqft": 0,
"property_type": "apartment",
"published_at": "2024-07-29T15:51:28.071Z",
"slug": "string",
"state": "draft",
"virtual_tour_url": "string",
"first_published_at": "2024-07-29T15:51:28.071Z",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
}