kanye.rest · JSON Structure

Kanye Rest Quote Structure

A single random Kanye West quote wrapped in a JSON envelope.

Type: object Properties: 1 Required: 1
PersonalityQuotesOpen SourceCloudflare WorkersPublic APIs

Quote is a JSON Structure definition published by kanye.rest, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

quote

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/kanye-rest/refs/heads/main/json-structure/kanye-rest-quote-structure.json",
  "name": "Quote",
  "description": "A single random Kanye West quote wrapped in a JSON envelope.",
  "type": "object",
  "required": [
    "quote"
  ],
  "properties": {
    "quote": {
      "type": "string",
      "description": "The Kanye West quote text returned by the API.",
      "example": "Everything you do in life stems from either fear or love"
    }
  }
}