Dataset: 8,124 mushrooms — 4,208 edible, 3,916 poisonous.
GET /mushrooms — browse all mushrooms (paginated)GET /mushrooms?class=poisonous&odor=foul&limit=10 — filter by any fieldGET /mushrooms/{id} — get one mushroom by IDGET /stats — summary statisticsGET /docs — interactive API docs