Terrastack Products

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%

OwnershipVerified ✓
Crop 2024Cotton
NDVI Score0.72 High
Risk LevelModerate
Explore Reports →PDF

02

Enterprise Map View

Spatial risk overlays and heatmaps across India.

TerraView AI
Explore Map View →Risk · Heatmaps

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"

}

200 OK
Explore APIs →REST · JSON

What's inside a Land GeoProfile

Five intelligence layers covering ownership, satellite, crops, climate, and village context.

Land GeoProfile/Ownership & Records01 of 5

Terrastack · Land GeoProfile

Ownership & Records

Antroli · Solapur · Maharashtra

Legal
Khata Number1095
Gat / SurveyGat 97
Owner NameSavita Kantilal Beldar
Area2.0 Ha (4.94 acres)
ClassificationAgricultural
VillageAntroli
DistrictSolapur, MH
Last VerifiedFeb 2026
Record StatusVerified ✓
TerraView AILIVE
>
Run Query →

Portfolio Overview

742

+12

Districts Indexed

18%

-2%

High-Risk Zones

4.2M

+0.3M

Parcels Mapped

64

+9

Avg CQS Score

CQS Trend

↑ 13.8%
OctNovDecJanFebMar

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 Index
74Pune72Jalgaon63Nashik58Vidarbha48Bihar45E. UP

CQS Score Trend

↑ 13.8% · Oct–Mar 2026
65Oct67Nov70Dec71Jan72Feb74Mar

MSME Intelligence · Pune

CVS 74/100
Commercial Activity82Footfall Score76Infrastructure71Market Density68Credit Uptake64
Developer APIs

Embed location intelligence.

Production-ready REST APIs. Select an endpoint to explore.

Coverage: Pan-India

terrastack.ai
live
GETPlot Intelligence API

Fetch comprehensive cadastral data for any rural plot — land records, biophysical attributes, infrastructure scores, crop history, and indicators — using survey number and village ID.

Request

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

Response
200 OK · 143ms

{

"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

}