Skip to main content
GET
Read the weekly change series of a ZIP

Authorizations

Authorization
string
header
required

API key from the developer console (starts with zpka_). Create one at https://developers.investorlift.com/get-a-key.

Path Parameters

market
string
required

Market code, for example phx.

Required string length: 1 - 16

Query Parameters

zip
string
required

The ZIP code. It must be one of meta.coverage[].parcel.history.zips.

Pattern: ^\d{5}$
weeks
integer
default:52

How many of the newest weeks to return (default 52, at most 160). Over 52 on Free and Starter, the API clamps the series to 52 over REST and data.weeks_applied says so. Over /mcp the API refuses that request by name (403 plan_limit).

Required range: 1 <= x <= 160
metrics
enum<string>[]

Which series to return (comma list or repeated key). Default: every metric.

Minimum array length: 1

A weekly series: event counts per kind, the median AVM move in percent among parcels whose AVM moved, or permits issued.

Available options:
owner_changes,
listings,
relists,
price_cuts,
price_rises,
solds,
delists,
vacancy_onsets,
vacancy_cleared,
delinquency_onsets,
delinquency_cured,
new_mortgages,
lien_releases,
involuntary_liens,
assessment_changes,
avm_changes,
structure_changes,
portfolio_changes,
avm_change_median_pct,
permits_issued

Response

The weekly change series.

The weekly change series.

data
object
required

GET /v1/markets/{market}/changes: the weekly change series of one ZIP.

meta
object
required

Response metadata: when the API produced it, which markets it covers, and how fresh they are.