Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kitchen Stories Ingredients API

The Ingredients API from Kitchen Stories — 7 operation(s) for ingredients.

Kitchen Stories Ingredients API is one of 37 APIs that Kitchen Stories publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Ingredients. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 7 operations across 7 paths, and defines 11 schemas. It is described by OpenAPI 3.0.0, at version 3.

Requests are made against 3 base URLs: https://api.kitchenstories.io/api, https://api.dev.kitchenstories.io/api, http://localhost:8000/api.

7 operations 7 paths 11 schemas 7 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
3
Base URL
https://api.kitchenstories.io/api
Authentication
HTTP Bearer, API Key
License
Resource Areas
1

Authentication & Security 2

Kitchen Stories Ingredients API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). An API key is passed in the header as X-Ultron-User (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 7 GET. Each is listed below with its method, path, parameters, and response codes.

Ingredients 7
GET
/ingredients/
List Ingredients
ingredient-list 2 params → 200
GET
/ingredients/{uuid}/
Details of given ingredient
ingredient-detail 1 param → 200404
GET
/ingredients/additional-information/
List Additional Information entries for all Ingredients
ingredient-additional-information-list → 200
GET
/ingredients/additional-information/{uuid}/
Details for given Ingredients additional Information
ingredient-additionalinformation-detail 1 param → 200404
GET
/ingredients/units/
List ingredient units
ingredient-units-list → 200
GET
/ingredients/units/{uuid}/
Details on the given Ingredients Unit
ingredient-unit-detail 1 param → 200404
GET
/ingredients/promoted/
Obtains the list of top promoted ingredients
ingredient-promoted-list → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are unit (5 properties), ingredient_promoted (5 properties), ingredient (5 properties), links (4 properties). Each schema is shown below with its type and property counts.

unit
object
5 properties 4 required
links
object
4 properties 2 required
ingredient_additionalinformation_pagination
object
3 properties 3 required
ingredient_promoted_list
object
1 property 1 required
characteristic
object
2 properties 2 required
ingredient_pagination
object
3 properties 3 required
ingredient_promoted
object
5 properties 3 required
additional_information
object
2 properties 2 required
ingredient_unit_pagination
object
3 properties 3 required
meta
object
1 property 1 required
ingredient
object
5 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kitchenstories-ingredients-api-openapi.yml Raw ↑

Other APIs Kitchen Stories publishes across the network.

Kitchen Stories Articles Admin API
Kitchen Stories Articles API
Kitchen Stories Authentication API
Kitchen Stories Categories Admin API
Kitchen Stories Categories API
Kitchen Stories Content Collections Admin API
Kitchen Stories Content Collections API
Kitchen Stories Feed API
Kitchen Stories Indexer API
Kitchen Stories Other API
Kitchen Stories Personalization Admin API
Kitchen Stories Personalization API