Skip to content

Project516/StrangerThingsQuotesAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stranger Things Quotes API

A simple REST API serving quotes from the Stranger Things series.

Usage

Base URL: https://stranger-things-quotes-api.vercel.app

Endpoints

  • GET /api/quotes - Get a list of quotes (paginated)
  • GET /api/quotes/random - Get a random quote
  • GET /api/quotes/character/{name} - Get quotes by a specific character
  • GET /api/quotes/season/{season} - Get quotes from a specific season

Query Parameters

  • limit (int): Number of quotes to return (default: 10)
  • offset (int): Offset for pagination
  • count (int): Number of random quotes (default: 1)

Development

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Run locally: uvicorn api.index:app --reload

Releases

No releases published

Packages