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-Key
Your PriceLabs API key.
Query parameters
lat
Latitude of the property location. Accepted range is -90 to +90. Required if address is not provided.
lng
Longitude of the property location. Accepted range is -180 to +180. Required if address is not provided.
address
Full address of the property. Either address or both lat and lng must be provided.
currency
Currency code for the revenue estimates (e.g. USD, EUR, GBP, INR, AUD).
bedroom_category
Number of bedrooms for the property. Use 0 for studio.
monthly
When set to true, the response includes a MonthlyBreakup object with month-by-month KPIs. Defaults to false.
Response
Success
KPIsByBedroomCategory
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