Get Revenue, ADR, and Occupancy metrics for a location

Either address or both lat and lng must be provided as location input.

Headers

X-API-KeystringRequired
Your PriceLabs API key.

Query parameters

latdoubleOptional

Latitude of the property location. Accepted range is -90 to +90. Required if address is not provided.

lngdoubleOptional

Longitude of the property location. Accepted range is -180 to +180. Required if address is not provided.

addressstringOptional
Full address of the property. Either address or both lat and lng must be provided.
currencystringRequired

Currency code for the revenue estimates (e.g. USD, EUR, GBP, INR, AUD).

bedroom_categoryintegerRequired
Number of bedrooms for the property. Use 0 for studio.
monthlybooleanOptional

When set to true, the response includes a MonthlyBreakup object with month-by-month KPIs. Defaults to false.

Response

Success
KPIsByBedroomCategorymap from strings to objects

Key Performance Indicators grouped by bedroom category. Returns data for n-1, n, and n+1 bedroom categories, where n is the requested bedroom_category.

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error