GET /api/harvests/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"id": 1,
"farm": {
"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"
}
},
"harvest_date": "2024-04-20",
"weight_kg": 2500.0,
"batch_id": "BATCH2024COL001",
"quality_metrics": {
"moisture": 6.5,
"bean_size": "large",
"fermentation": "good"
},
"season": "Mid"
}
]