STRANGER
THINGS
QUOTES API

"Friends don't lie."

- Eleven

How to Use

GET https://stranger-things-quotes-api.vercel.app/api/quotes/random

Returns:

[
  {
    "quote": "Friends don't lie.",
    "author": "Eleven"
  }
]

Endpoints

  • /api/quotes - Get all quotes (with pagination)
  • /api/quotes/random - Get a random quote
  • /api/quotes/character/{name} - Filter by character