14 data layers. 143 million records across 28 states. Sub-second response. Fire, flood, permits, schools, crime, elevation — structured JSON for any US address.
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.
Generate your first property report in seconds.
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"}'Send a real request and see the full response.
/v1/reportGenerate a full property intelligence report for any US address.
| Parameter | Type | Description | |
|---|---|---|---|
| address | string | Required | Full street address with city and state |
| lat | number | Optional | Latitude (alternative to address) |
| lon | number | Optional | Longitude (alternative to address) |
| parcel_id | string | Optional | FDOR parcel ID (alternative to address) |
Every layer queried in parallel from local PostGIS. Zero external API calls at runtime.
Year built, sqft, construction, values, sales
98MFEMA zone, SFHA, base elevation
5M+Type, status, contractor, cost
15M+Distance, flow rate, status
1.8MDistance, type, ISO class
15K+Claims and payouts by zip
2K+ zipsA-F grades by level
104KRate, grade, by city
28M+TRI facilities, distance
5K+USGS 3DEP, live query
LiveHVHZ, design wind speed
StatewideSinkhole, radon zone
StatewideFrom permit history
500K+Category zones
CoastalSimple, transparent. No hidden fees.
Full JSON API for applications
Higher volume with priority support
Bulk data + SLA + white-label
Need WhatsApp delivery instead? Agent plans from $99/mo
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