Catalog plus custom birds
Ship with a shared catalog of species, then let each user add their own profiles, temperatures, humidity, and hatch windows.
By manowar online
Eggy API is the incubation backend for backyard keepers and small flocks: species profiles, live batches, hatch status, and rates, without you writing a hatchery.
A keeper picks a species, starts a batch, and watches it move. Your app only has to ask.
Ship with a shared catalog of species, then let each user add their own profiles, temperatures, humidity, and hatch windows.
Create a batch with a start date and capacity. Lockdown and hatch dates come from the species. Status updates as time moves.
Active and finished batches, egg counts, and hatch rates your dashboard can show without inventing the math twice.
The API labels where a batch stands, so your UI can stay honest.
POST /v1/users. Keep the returned id and send it as User-Id on every later call.
Read the catalog or create a species/breed your user owns.
POST a start date, species, and capacity. Track actives, inactives, counts, and rates as the batch runs.
GET /v1/incubators/actives
GET /v1/incubators/rates?days_back=30
Subscribe and use through your API Marketplace of choice! Instant keys, usage billing and OpenAPI on day one.
When a user, species, or incubator is deleted, it is gone. Unused accounts can be removed the same way. This means that, as a developer, you don't need to worry with us to be GDPR compliant. We store not personal data from the customer, we have no data retention after a DELETE happens, and we don't sell any of the data of our customers to anyone, ever.
Read the contract