Developer API

Programmatic access to parcel data, zoning information, and geographic layers.

Quick Start

Get an API key from your dashboard and start making requests:

curl -X GET "https://api.traversepoint.com/v1/parcels?lat=35.7796&lon=-78.6382" \
  -H "Authorization: Bearer YOUR_API_KEY"

Available Endpoints

GET

/v1/parcels

Look up parcel by coordinates. Include zoning, flood data with ?include= parameter.

GET

/v1/parcels/search

Search parcels by address, owner name, or parcel ID.

GET

/v1/counties

List available counties with parcel data coverage.

Ready to Integrate?

Sign in to create your API keys and access the full documentation.