CoopKeeper

Your flock, by the numbers.

Record weights, feed, and egg production. Stream egg weights live from your Arduino scale.

Flocks
0
Birds
0
Eggs (7d)
0
Feed kg (7d)
0.0
Arduino scale endpoint

POST egg weights from your Arduino with the X-API-Key header. Append ?type=chick for chick weigh-ins.

POST /api/public/ingest/egg-weight
X-API-Key: <your CHICKEN_API_KEY>
Content-Type: application/json

{ "flock_id": 1, "weight_g": 62.3, "egg_count": 1 }