Farm List
GET /api/farms/?format=api
{
"type": "FeatureCollection",
"features": [
{
"id": 1,
"type": "Feature",
"geometry": "SRID=4326;POINT (-73.635 4.142)",
"properties": {
"name": "Finca El Paraíso",
"hectares": 15.5,
"country": "Colombia",
"certification": "Organic",
"deforestation_free_verification": true,
"verification_date": "2024-03-15"
}
}
]
}