RESTful API · JSON responses · 99.9% uptime SLA

Indiana Property Data API

Access 3.7 million parcels, assessments, sales, and building records across all 92 Indiana counties through a single, fast REST API.

3.7M
Parcels
92
Counties
7M+
Assessments
99.9%
Uptime

Everything You Need

Four core endpoints, one comprehensive dataset

Parcel Search

Look up any parcel by 18-digit state key, address, or owner name. Returns geometry, acreage, and classification.

GET /parcels/lookup/:id

Assessment History

Full assessment history with land, improvement, and total assessed values. Gateway and CAMA sources merged.

GET /parcels/:id/assessments

Sales Records

Recorded sales with transaction dates, prices, buyer/seller, and deed types from the Indiana SDF dataset.

GET /parcels/:id/sales

Geospatial Queries

Point-in-polygon lookups and radius searches. Find all parcels within a bounding box or near a coordinate.

GET /parcels/spatial

Simple to Integrate

One API key, one curl command, real data in seconds

Request
curl https://api.inpropertydata.com/v1/parcels/lookup/180580012345001 \
  -H "Authorization: Bearer pd_live_abc123..."
Response200 OK
{
  "parcel_id": "180580012345001",
  "county": "Ohio",
  "county_id": "58",
  "address": "1234 Main St, Rising Sun, IN 47040",
  "owner": "Smith, John R",
  "acreage": 2.45,
  "prop_class": "Residential",
  "assessment": {
    "year": 2025,
    "land_av": 18200,
    "improvement_av": 94800,
    "total_av": 113000,
    "data_source": "cama"
  },
  "geometry": { "type": "Polygon", "coordinates": [...] }
}

Avg response time: 127ms · JSON + GeoJSON output · Full OpenAPI 3.0 spec available

Transparent Pricing

Start free, scale as you grow. No hidden fees.

Free

Explore the API

$0/mo
  • 50 requests / day
  • 10 req/min rate limit
  • All endpoints
  • 1 API key
  • No IP allowlist
Get Started

Starter

Side projects & prototypes

$29/mo
  • 1,000 requests / day
  • 60 req/min rate limit
  • All endpoints
  • 3 API keys
  • $0.005 per overage req
Get Started
POPULAR

Growth

Production workloads

$149/mo
  • 25,000 requests / day
  • 300 req/min rate limit
  • Bulk endpoints + GeoJSON
  • 10 API keys + IP allowlists
  • $0.002 per overage req
Get Started

Enterprise

Custom volume & SLA

Custom
  • Unlimited requests
  • Custom rate limits
  • Dedicated support + SLA
  • Unlimited API keys + SSO
  • Volume discounts
Contact Sales

Start Building Today

Get your free API key in under 30 seconds. No credit card required.

Get Started