Satellite Data
Filter by resolution ID
Filter by resolution name
GET /api/layers/ HTTP/1.1
Host:
Accept: */*
[
{
"id": 1,
"key": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"displayed_name": "text",
"layer_stats": "text",
"legend": null,
"resolution": 1,
"layer_resolution": "text"
}
]
Obtain a key by calling Parcel or Farm API.
RGB
- Default for all formats.RAW
- Only available for image/tiff format.
RGB
Possible values: Image of satellite index. All availbale optins on Layer API.
image/png
- lossless image format for 1 (grayscale) or 3 (RGB) componentsimage/jpeg
- lossy image format for 1 (grayscale) or 3 (RGB) components, without alpha channel.image/tiff
- lossless image format for any number of the components.
image/png
Possible values: If not indicated the latest image will be returned.
The response will be returned according to the response_format parameter. If the response_format is not provided, the response will be returned as a PNG image.
No content
GET /api/wms/?access_key=text&layers=text HTTP/1.1
Host:
Accept: */*
The response will be returned according to the response_format parameter. If the response_format is not provided, the response will be returned as a PNG image.
No content
Fetches GeoJSON representation of a layer's data for a specific parcel and date. This endpoint is useful for retrieving spatial data that can be visualized on maps.
^[A-Za-z0-9-]+$
Date for which to retrieve the index data (YYYY-MM-DD).
Number of bins for histogram data.
5
Successful response containing GeoJSON data for the requested layer and date.
Bad Request - Invalid parameters or data not available.
Not Found - Parcel or layer not found.
GET /api/parcels/{id}/layers/{layer_key}/json-index/?date=2025-09-17 HTTP/1.1
Host:
Accept: */*
{
"status": "text",
"data": null
}
Last updated