Skip to main content
GET
/
parcels
/
address
Get Parcel By Address
curl --request GET \
  --url https://api.buyparceldata.com/parcels/address \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.buyparceldata.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

address
string
required

Full address (e.g. '123 Main St, Springfield, IL 62701')

include_buildings
boolean
default:false

Include building footprints for each parcel

Response

Successful Response