A REST API with characters, quotes, and chicken dance gifs from the show Arrested Development. Use the base url and add a suffix to it based on what information you'd like to retrieve.
https://arrested-development-api.herokuapp.com
- Get all characters: /characters
- Get character by id: /characters/
- Search characters: /characters/search/
- Get a random character: /characters/random
- Get all quotes: /quotes
- Get all quotes for a character: /quotes/
- Search quotes: /quotes/search/
- Get a random quote: /quotes/random
- Get all chicken dance gifs: /chicken
- Get a random chicken dance gif: /chicken/random