Skip to main content
GET
/
api
/
v1
/
property
/
home-value-chart-data
Get Property Home Value Chart Data
curl --request GET \
  --url https://us-property-data.p.rapidapi.com/api/v1/property/home-value-chart-data \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "points": [
      {
        "x": 1764489600000,
        "y": 797000
      }
    ],
    "name": "This home"
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

zpid
string
required

Unique Zillow Property ID (ZPID) used to identify the property

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

"58916071"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object