Eggy API

By manowar online

Let your users hatch a flock.
You ship the app.

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.

Eggy API mascot, a chick hatching from a green egg

Built for products that put incubators in their users’ hands

A keeper picks a species, starts a batch, and watches it move. Your app only has to ask.

Species

Catalog plus custom birds

Ship with a shared catalog of species, then let each user add their own profiles, temperatures, humidity, and hatch windows.

Batches

Incubators with a clock

Create a batch with a start date and capacity. Lockdown and hatch dates come from the species. Status updates as time moves.

Outcomes

Counts and hatch rates

Active and finished batches, egg counts, and hatch rates your dashboard can show without inventing the math twice.

Every batch has a stage

The API labels where a batch stands, so your UI can stay honest.

plannedNot started yet
in_progressWarm and running
locked_downNo more turning
hatchedChicks out
cancelledStopped early

Three calls to a working hatchery

Create a user

POST /v1/users. Keep the returned id and send it as User-Id on every later call.

Choose a species, or create your own

Read the catalog or create a species/breed your user owns.

Start an incubator

POST a start date, species, and capacity. Track actives, inactives, counts, and rates as the batch runs.

We provide the JSON, you build your UI however you like, for example...

GET /v1/incubators/actives


        

Chicken · In progress · 10 eggs in the incubator

Chicken
7 / 10 lockdown / hatch
Lockdown Hatch

GET /v1/incubators/rates?days_back=30


        

Hatch results for the last 30 days

Hatch rate96%
Successful48
Unsuccessful2

Get Eggy API

Subscribe and use through your API Marketplace of choice! Instant keys, usage billing and OpenAPI on day one.

Hard deletes, on purpose

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