Rashail Agro

GET /v1/satellite/indices HTTP/1.1

Host: api.rashailagro.in

Authorization: Bearer [REDACTED]

{

"point": [75.85, 22.71],

"index": "NDVI"

}

Scientific REST API v2.0

ORBITAL
Intelligence.

A developer-first platform for agricultural data. Programmatic access to over 20 vegetation, soil, and moisture indices with historical depth from 2018.

JSON Native
Global Coverage
On-Demand
satellite_core_v4.py
01import rashail_api
02client = rashail_api.Client(api_key="***")
03# Fetching NDVI for Sector 7G
04data = client.get_indices(
05lat=22.7196, lon=75.8577, index="NDVI"
06)
07EXECUTING...

Latency

124ms

Data Intelligence Matrix

Scientific Precision,
At Scale.

Our API doesn't just deliver images; it delivers actionable scientific telemetry. Normalized across sensors and corrected for atmospheric interference, our data is ready for machine learning and precision modeling.

Global Coverage

Every Acre.
Every Season.

Access sentinel-grade resolution for any geographical coordinate on the planet.

20+ Scientific Indices

Native Support

Full suite of vegetation (NDVI, EVI, SAVI), soil moisture (NDMI), and advanced spectral indices.

Historical Archives

2018 - Present

Comprehensive historical data access reaching back to 2018 for multi-year trend analysis.

Multiple Formats

JSON / Tile / GeoTIFF

Ingest data as raw JSON, statistics, or processed map tiles according to your stack's needs.

On-Demand Processing

Asynchronous

Trigger custom imagery tasks for specific coordinate sets with sub-second request latency.

sample_response.json
"data": {"index": "NDVI","value": 0.782,"observation_date": "2024-11-14T12:00:00Z","coordinates": {"lat": 22.7196,"lon": 75.8577},"historical_range": ["2018-01-01", "PRESENT"]}

RESTful Data
Available Formats.

Our API responses are optimized for low-latency transmission and high-performance ingestion. Whether you need a single data point or a complex historical array, the format is always consistent.

Maps

Slippy tiles and GeoTIFFs for GIS integration.

Time Series

Historical trend arrays for specific points.

Statistics

Areal means, pixel counts, and histograms.

JSON-Native Responses Standard

Ready to fuel your platform with orbital data?

Get instant access to our developer sandbox and start building with 20+ scientific indices.