Endpoint
Response
An array of TV show names available in the database
Example request
curl
Powered by Mintlify
Auto-generate your docs
Retrieve a list of all TV shows available in the API
GET /quotes/shows
curl https://quotes.jepcd.com/quotes/shows
{
"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"
]
}