API showdown///
- Kitchen
Train Travel API
- Get an ingriedient
List of ingriedients
Add ingriedient
Get an ingriedient
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/kitchen/openapi/ingredients/{id}
- https://cloud.kitchen.fake.com/v1https://cloud.kitchen.fake.com/v1/ingredients/{id}
curl -i -X GET \
'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/kitchen/openapi/ingredients/{id}' \
-H 'authorization: YOUR_API_KEY_HERE'Ok
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "object": "ingredient", "kitchenId": "altman-family", "name": "broccoli", "quantity": 10, "unit": "cups", "useBefore": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" }