Qrent
  1. Property
Qrent
  • User Authentification
    • User Login
      POST
    • User Register
      POST
    • Auth Profile
      PUT
    • Verification Email
      POST
    • Verify Email
      POST
  • User Preferences
    • User Profile
      GET
    • User Profile
      PUT
    • User Preferences
      GET
  • Property
    • Subscribe to Property
      PUT
    • Unsubscribe from Property
      DELETE
    • Get User Subscriptions
      GET
    • Get Properties List Based on Preference
      POST
    • Region Statistics
      GET
  • Other
    • Echo
      GET
    • Clear Data
      DELETE
  • Schemas
    • User
    • Preference
    • Property
  1. Property

Region Statistics

GET
/property-stats

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.qrent.rent/property-stats?regions=sydney zetland'

Responses

🟢200Success
application/json
Body

Example
{
    "regions": [
        {
            "regionName": "sydney",
            "avgPricePerRoom": 797.51,
            "avgCommuteTime": 19.25,
            "totalProperties": 634,
            "avgPropertyPrice": 1237.47
        },
        {
            "regionName": "zetland",
            "avgPricePerRoom": 633.81,
            "avgCommuteTime": 25.02,
            "totalProperties": 517,
            "avgPropertyPrice": 1134.24
        }
    ],
    "timestamp": "2025-09-03T12:59:12.822Z",
    "cacheHit": true
}
🟠400Bad Request
Modified at 2025-09-03 12:59:35
Previous
Get Properties List Based on Preference
Next
Echo
Built with