Skip to main content
GET
/
api
/
v1
/
property
/
history
Get Property History
curl --request GET \
  --url https://us-red-property-data.p.rapidapi.com/api/v1/property/history \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "current_values": null,
    "historical_values": [
      {
        "source": {
          "name": "Quantarium",
          "type": "quantarium"
        },
        "estimates": [
          {
            "estimate": 1309507,
            "date": "2026-02-11"
          }
        ]
      }
    ],
    "forecast_values": [
      {
        "source": {
          "name": "Quantarium",
          "type": "quantarium"
        },
        "estimates": [
          {
            "estimate": 1309997,
            "date": "2026-03-01"
          }
        ]
      }
    ]
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

property_id
string
required

Property ID used to identify the property

Minimum string length: 1
Pattern: ^\d+$
Example:

"2503567184"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object