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 Utensils API

The Utensils API from Kitchen Stories — 4 operation(s) for utensils.

Kitchen Stories Utensils 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 Utensils. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 4 operations across 4 paths, and defines 8 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.

4 operations 4 paths 8 schemas 4 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 Utensils 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 4

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

Utensils 4
GET
/utensils/
List Utensils
utensil-list → 200
GET
/utensils/{uuid}/
Details for given Utensil
utensil-detail 1 param → 200404
GET
/utensils/additional-information/
List Additional Information for all Utensils
utensil-additional-information-list → 200
GET
/utensils/additional-information/{uuid}/
Details for given Utensil's Additional Information
utensil-additionalinformation-detail 1 param → 200404

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are utensil (5 properties), links (4 properties), size (4 properties), utensil_additionalinformation_pagination (3 properties). Each schema is shown below with its type and property counts.

size
object
4 properties 1 required
links
object
4 properties 2 required
additional_information
object
2 properties 2 required
utensil
object
5 properties 3 required
characteristic
object
2 properties 2 required
utensil_pagination
object
3 properties 3 required
utensil_additionalinformation_pagination
object
3 properties 3 required
meta
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kitchenstories-utensils-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 Ingredients API
Kitchen Stories Other API
Kitchen Stories Personalization Admin API