Reports. Maps. APIs.
Access India's most comprehensive location intelligence through the interface that fits your workflow.
01
GeoProfile Reports
Land & property intelligence as exportable reports.
Land GeoProfile
Aurangpur · Amravati
Value
₹17.38L
Area
0.51 Ha
Agri
94.6%
02
Enterprise Map View
Spatial risk overlays and heatmaps across India.
03
Developer APIs
REST APIs for embedding location intelligence.
GET /v1/land/plot
?khata=112
&village=Aurangpur
# 200 OK · 143ms
{
"owner": "Ajay B. Raut",
"agri_use": 94.6,
"risk": "LOW"
}
What's inside a Land GeoProfile
Five intelligence layers covering ownership, satellite, crops, climate, and village context.
Terrastack · Land GeoProfile
Ownership & Records
Antroli · Solapur · Maharashtra
Portfolio Overview
742
+12Districts Indexed
18%
-2%High-Risk Zones
4.2M
+0.3MParcels Mapped
64
+9Avg CQS Score
CQS Trend
↑ 13.8%Active Reports
LAP Pre-Screen
Jalgaon · CQS 72/100 · ₹320/sq.ft
MSME Intelligence
Pune · CVS 74/100 · Activity 82/100
Bioresidue Analysis
Maharashtra · 18 districts
District CQS Scores
Collateral Quality IndexCQS Score Trend
↑ 13.8% · Oct–Mar 2026MSME Intelligence · Pune
CVS 74/100Embed location intelligence.
Production-ready REST APIs. Select an endpoint to explore.
Coverage: Pan-India
Fetch comprehensive cadastral data for any rural plot — land records, biophysical attributes, infrastructure scores, crop history, and indicators — using survey number and village ID.
GET /api/v1/plots/all HTTP/1.1
Host: api.terrastack.in
X-API-Key: your_api_key_here
?state_id=27&village_id=527222&survey_no=1
{
"results": [{
"state_name": "MAHARASHTRA",
"district_name": "JALGAON",
"taluka_name": "Jalgaon",
"village_name": "Vasantwadi",
"survey_no": "1",
"biophysical": {
"terrain": { "elevation": 784.69, "slope_score": 3 },
"soil": { "soil_clay_composition": 39.6 },
"climate": { "yearly_rainfall_2023": 755.85 }
},
"indicators": {
"agricultural_suitability_index_numerical": 2.94,
"water_endowment_index_numerical": 3.24,
"estimated_ask_rate": 5149537
},
"land_records": {
"ownership": {
"owner_names": "नंदाबाई बापू कोळी",
"khata_no": "757",
"gat_no": "1/1"
}
}
}],
"total_count": 1
}