get https://api.mapmycrop.com/satellite/
Get List of Satellite Imagery
Retrieving Remote Sensing Satellite List and Indices for Your Farm
Endpoint: https://api.mapmycrop.com/satellite/
Method: GET
Parameters:
Parameter | Type | Description |
---|---|---|
api_key | string ( Required) | Your unique API key provided by Mapmycrop |
farm_id | string ( Required) | The ID of the farm for which you want to retrieve satellite information. Response: |
The API returns a JSON array containing objects, each representing a satellite and its available indices.
Sample Response:
[
{
"satellite": "S5",
"indices": [
"Latest Satellite Image",
"NDVI"
]
},
{
"satellite": "S2",
"indices": [
"Latest Satellite Image Optimized"
]
},
{
"satellite": "S1",
"indices": [
"Latest Satellite Image",
"Anthocyanins Stress Map",
"Leaf Area Map",
"Wheat Water Index",
"True Green Gauge Map",
"Atmosphere Resistant Vegetation Map",
"Vegetation productivity indicator",
"plant Vigor Map",
"Barren Soil Detection Map",
"Barren Soil Map",
"Best Area Map",
"Early Growth Stage Map",
"Leaf Chlorophyll Map ",
"Plant Pigment Map",
"EVI or dense vegetation ",
"Vegetation Water Stress (Vegetables, cereals)",
"Crop stress map",
"SOIL/WATER UPTAKE MAP",
"Growth Coach Map",
"NDVI",
"Crop Moisture Map",
"Leaf Light Capture Index",
"Leaf Health Index",
"Chlorophyll /NitrogenMap (Vegetables, cereals)",
"Soil Organic Carbon",
"Enhanced Water Index",
"Latest Satellite Optimized",
"Land Surface Water Index",
"Green Chlorophyll Index",
"Water Watch Map",
"Triangular Greeness Index",
"Canopy Chlorophyll Map"
]
},
{
"satellite": "S3",
"indices": [
"Crop Radar Check",
"Deforestation Detection"
]
}
]
Satellite: The name of the satellite.
Indices: An array of available Remote Sensing Indices for that particular satellite.
Special Note
The availability of certain satellites and indices may vary based on your farm's subscription plan. For premium farms, you may have access to additional satellites and indices, including the daily satellite (S6). Please consult the Mapmycrop team for more details.