GET /api/farms/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "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"
            }
        }
    ]
}
Registered name in BeanChain system