REST API v1

Property intelligence in one API call

14 data layers. 143 million records across 28 states. Sub-second response. Fire, flood, permits, schools, crime, elevation — structured JSON for any US address.

Records
143M+
Response
<500ms
Layers
14
Coverage
28 States

Authentication

Pass your API key as a Bearer token in the Authorization header.

Authorization: Bearer ps_live_your_api_key_here

Keys prefixed ps_live_ for production, ps_test_ for sandbox.

Quick Start

Generate your first property report in seconds.

POST
curl -X POST "https://api.parcelscore.io/v1/report" \
  -H "Authorization: Bearer ps_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"address": "500 N Federal Hwy, Fort Lauderdale, FL"}'

Try It Live

Send a real request and see the full response.

POST/api/v1/report
{
"address": ""
}

Endpoint

POST/v1/report

Generate a full property intelligence report for any US address.

ParameterTypeDescription
addressstringRequiredFull street address with city and state
latnumberOptionalLatitude (alternative to address)
lonnumberOptionalLongitude (alternative to address)
parcel_idstringOptionalFDOR parcel ID (alternative to address)

14 Data Layers

Every layer queried in parallel from local PostGIS. Zero external API calls at runtime.

Property

Year built, sqft, construction, values, sales

98M
Flood Zones

FEMA zone, SFHA, base elevation

5M+
Permits

Type, status, contractor, cost

15M+
Hydrants

Distance, flow rate, status

1.8M
Fire Stations

Distance, type, ISO class

15K+
NFIP Claims

Claims and payouts by zip

2K+ zips
Schools

A-F grades by level

104K
Crime

Rate, grade, by city

28M+
EPA Hazards

TRI facilities, distance

5K+
Elevation

USGS 3DEP, live query

Live
Wind

HVHZ, design wind speed

Statewide
Earth

Sinkhole, radon zone

Statewide
Roof Age

From permit history

500K+
Storm Surge

Category zones

Coastal

API Pricing

Simple, transparent. No hidden fees.

API Standard
$499/mo

Full JSON API for applications

  • 2,000 lookups/mo included
  • Full 14-layer JSON
  • 500 req/hour
  • $0.25 per overage
Get Started
API Premium
Recommended
$999/mo

Higher volume with priority support

  • 5,000 lookups/mo included
  • Full 14-layer JSON
  • 2,000 req/hour
  • $0.15 per overage
Get Started
Enterprise
Custom

Bulk data + SLA + white-label

  • Unlimited lookups
  • Custom rate limits
  • Bulk CSV export
  • Dedicated support
Get Started

Need WhatsApp delivery instead? Agent plans from $99/mo

Rate Limiting

Exceeding your limit returns 429 Too Many Requests.

X-RateLimit-Limit: 500         # Requests allowed per hour
X-RateLimit-Remaining: 499    # Remaining requests
X-RateLimit-Reset: 1711929600 # Unix timestamp when limit resets
ParcelScorePowered by Vocero
143M records across 28 states • FEMA • USGS • EPA • NFIP • County GIS • 30+ Sources
© 2026 ParcelScore by Vocero