HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"type": "FeatureCollection",
"features": [
{
"id": 4,
"type": "Feature",
"geometry": "SRID=4326;POINT (-73.90269055826049 3.537516429824254)",
"properties": {
"name": "Finca Campo Bello",
"hectares": 39.25,
"altitude": null,
"country": "Colombia",
"certification": "Organic",
"deforestation_free_verification": false,
"verification_date": null,
"documentation_url": null,
"satellite_monitoring": false,
"last_audit_date": null,
"audit_documents_url": null,
"plot_identification": "TEST-AUTO-002"
}
},
{
"id": 1,
"type": "Feature",
"geometry": "SRID=4326;POINT (-73.635 4.142)",
"properties": {
"name": "Finca El Paraíso",
"hectares": 15.5,
"altitude": 1200,
"country": "Colombia",
"certification": "Organic",
"deforestation_free_verification": true,
"verification_date": "2024-03-15",
"documentation_url": null,
"satellite_monitoring": true,
"last_audit_date": "2024-01-10",
"audit_documents_url": null,
"plot_identification": "COL-2024-0001"
}
},
{
"id": 2,
"type": "Feature",
"geometry": "SRID=4326;POINT (-74.23426236566324 3.338722738176676)",
"properties": {
"name": "Finca Esmeralda",
"hectares": 5.06,
"altitude": null,
"country": "Colombia",
"certification": "Organic",
"deforestation_free_verification": false,
"verification_date": null,
"documentation_url": null,
"satellite_monitoring": false,
"last_audit_date": null,
"audit_documents_url": null,
"plot_identification": "TEST-AUTO-001"
}
},
{
"id": 3,
"type": "Feature",
"geometry": "SRID=4326;POINT (-73.14116313137805 6.264013760978382)",
"properties": {
"name": "Villa de Asís",
"hectares": 1.39,
"altitude": null,
"country": "Colombia",
"certification": "Organic",
"deforestation_free_verification": false,
"verification_date": null,
"documentation_url": null,
"satellite_monitoring": false,
"last_audit_date": null,
"audit_documents_url": null,
"plot_identification": "1098406817"
}
}
]
}