Skip to content

Beta · v0.5 Everything is free for 30 days, no card needed. Prices go up at launch. See pricing

Owner history

GET
/v1/parcels/{id}/owners
curl --request GET \
--url https://api.acresift.com/v1/parcels/37105012685/owners \
--header 'Authorization: Bearer <token>'
id
required

ParcelKey

string
/^\d{1,15}$/
Example
37105012685

ParcelKey

Owner history

Media typeapplication/json
object
ParcelKey
required
string
Owners
required

Owner and tax-bill address each time either changed, newest first (history starts at our first load)

Array<object>
object
OwnerName
required
string | null
OwnerMailingAddress
required
string | null
FirstSeenDate
required
string
Examplegenerated
{
"ParcelKey": "example",
"Owners": [
{
"OwnerName": "example",
"OwnerMailingAddress": "example",
"FirstSeenDate": "example"
}
]
}

The request did not validate; errors lists each bad field

Media typeapplication/problem+json

RFC 9457 problem details (served as application/problem+json)

object
type
required
string
title
required
string
status
required
integer
detail
string
instance
string
errors

Validation problems, one per bad field

Array<object>
object
path
required
string
message
required
string
Example
{
"type": "https://acresift.com/docs/api/errors#not_found",
"title": "Not found",
"status": 404,
"detail": "No parcel 37105012685."
}

Missing, wrong or revoked API key

Media typeapplication/problem+json

RFC 9457 problem details (served as application/problem+json)

object
type
required
string
title
required
string
status
required
integer
detail
string
instance
string
errors

Validation problems, one per bad field

Array<object>
object
path
required
string
message
required
string
Example
{
"type": "https://acresift.com/docs/api/errors#not_found",
"title": "Not found",
"status": 404,
"detail": "No parcel 37105012685."
}

No parcel with that key

Media typeapplication/problem+json

RFC 9457 problem details (served as application/problem+json)

object
type
required
string
title
required
string
status
required
integer
detail
string
instance
string
errors

Validation problems, one per bad field

Array<object>
object
path
required
string
message
required
string
Example
{
"type": "https://acresift.com/docs/api/errors#not_found",
"title": "Not found",
"status": 404,
"detail": "No parcel 37105012685."
}

Rate limit reached; wait Retry-After seconds

Media typeapplication/problem+json

RFC 9457 problem details (served as application/problem+json)

object
type
required
string
title
required
string
status
required
integer
detail
string
instance
string
errors

Validation problems, one per bad field

Array<object>
object
path
required
string
message
required
string
Example
{
"type": "https://acresift.com/docs/api/errors#not_found",
"title": "Not found",
"status": 404,
"detail": "No parcel 37105012685."
}