Skip to main content
Get a list of all TV shows that have quotes available in the database.

Endpoint

GET /quotes/shows

Response

shows
string[]
required
An array of TV show names available in the database

Example request

curl
curl https://quotes.jepcd.com/quotes/shows

Example response

{
  "shows": [
    "How I Met Your Mother",
    "The Middle",
    "New Girl",
    "Suits",
    "3rd Rock from the Sun",
    "Arrested Development",
    "Malcolm in the Middle",
    "Monk",
    "The Fresh Prince of Bel-Air",
    "Parks And Recreation",
    "Home Improvement",
    "Cheers",
    "Modern Family",
    "Seinfeld",
    "The Office",
    "The Goldbergs",
    "Gilmore Girls",
    "Frasier",
    "Breaking Bad",
    "Scrubs",
    "Boy Meets World",
    "Everybody Loves Raymond",
    "The Good Place",
    "Brooklyn Nine-Nine",
    "Everybody Hates Chris",
    "Lucifer",
    "Schitt's Creek",
    "Derry Girls",
    "Friends",
    "Stranger Things",
    "The Golden Girls"
  ]
}

Build docs developers (and LLMs) love