Costanza API
Overview
The Costanza API is a serverless application built with FastAPI. It provides famous quotes by George and Frank Costanza from the television show "Seinfeld".
Features
- •Fetch random quotes
- •Retrieve quotes by character (George or Frank Costanza)
- •Retrieve random quote by character (George or Frank)
Usage
Access the following endpoints to interact with the API:
- →GET /getquotes/ - Retrieve all quoteshttp://costanza.vandelayindustries.biz/getquotes
- →GET /quote/random - Retrieve a random quotehttp://costanza.vandelayindustries.biz/quote/random
- →GET /quotes/{'{character}'} - Retrieve all quotes by character (george or frank)http://costanza.vandelayindustries.biz/quotes/georgehttp://costanza.vandelayindustries.biz/quotes/frank
- →GET /{'{character}'}/random - Retrieve a random quote by character (george or frank)http://costanza.vandelayindustries.biz/george/randomhttp://costanza.vandelayindustries.biz/frank/random