Skip to main content
GET
/
parcels
/
point
Get Parcel By Point
curl --request GET \
  --url https://api.buyparceldata.com/parcels/point \
  --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

lat
number
required

Latitude

Required range: -90 <= x <= 90
lng
number
required

Longitude

Required range: -180 <= x <= 180
include_buildings
boolean
default:false

Include building footprints for each parcel

Response

Successful Response