kanye.rest · Schema

QuoteList

The complete collection of available Kanye West quotes as plain strings.

PersonalityQuotesOpen SourceCloudflare WorkersPublic APIs
View JSON Schema on GitHub

JSON Schema

kanye-rest-quote-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/kanye-rest/refs/heads/main/json-schema/kanye-rest-quote-list-schema.json",
  "title": "QuoteList",
  "description": "The complete collection of available Kanye West quotes as plain strings.",
  "type": "array",
  "items": {
    "type": "string",
    "description": "A single Kanye West quote text.",
    "example": "Believe in your flyness...conquer your shyness."
  }
}