REST 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.
curl https://api.aribatax.com/v1/parcels/lookup/180580012345001 \
-H "Authorization: Bearer pd_live_abc123..."{
"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.
Starter
Side projects & prototypes
- 1,000 requests / month
- 60 req/min rate limit
- All endpoints
- 5 API keys
- $0.03 per overage req
Most popular
Growth
Production workloads
- 25,000 requests / month
- 300 req/min rate limit
- All endpoints + GeoJSON
- 5 API keys + IP allowlists
- $0.01 per overage req
Enterprise
Custom volume & SLA
- Unlimited requests
- Custom rate limits
- Dedicated support + SLA
- 10 API keys
- Volume discounts
Start building today
Get your free API key in under 30 seconds. No credit card required. Sign up now.