Get random quotes from your favorite characters
This is a simple API that gives you memorable quotes from the TV show "Arrested Development". You can get random quotes, search for quotes by character, or get quotes with fun images attached.
No sign-up needed! Just use the web addresses below to get quotes instantly.
Please don't abuse it and stuff.
Simply visit one of the web addresses below in your browser, or use them in your app to get quotes in a computer-friendly format.
Get a random quote from any character in the show. Each time you visit, you'll get a different quote!
{
"data": {
"id": "quote-001",
"quote": "There are dozens of us! DOZENS!!!",
"primarySpeaker": "Tobias"
}
}
Get a random quote from a specific character. Replace {character-name} with the character's name.
Character names are not case-sensitive (e.g., "gob", "Gob", and "GOB" all work).
{
"data": {
"id": "quote-001",
"quote": "There are dozens of us! DOZENS!!!",
"primarySpeaker": "Tobias"
}
}
Get a random quote that includes a fun image. Perfect for sharing on social media!
{
"data": {
"id": "quote-042",
"quote": "There's always money in the banana stand.",
"primarySpeaker": "George Sr.",
"imageUrl": "https://bucket.s3.amazonaws.com/banana-stand.jpg"
}
}
All successful responses wrap the quote in a "data" field. Each quote includes:
If something goes wrong (like searching for a character with no quotes), you'll get a helpful error message:
{
"error": "No quotes found for character: Hermano"
}
For developers: This API also provides auto-generated documentation in standard formats: