Property - Basics
Bedroom count
GET
/v1/properties/{gnaf_id}/basics/bed-count5¢ per callBedroom count from the latest matching listing.
Price: 5¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Path parameters
gnaf_idstringrequiredQuery parameters
None — this endpoint accepts no query parameters. Call the path above with your bearer token and nothing else.
Responses
Successful Response
application/json
BedCountfields returned to you
bed_countintegeralways returnedNumber of bedrooms, or null if unknown.
GET
/v1/properties/{gnaf_id}/basics/bed-countcURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/properties/GANSW704074813/basics/bed-count' \
--header 'Authorization: Bearer test'Example Responses
{
"data": {
"bed_count": 4
}
}Successful Response200
application/json
