Welcome to the Regular Show API documentation. This API provides free access to characters, episodes, and locations from the animated TV series "Regular Show".
- 252 Characters - Complete character data with images
- 274 Episodes - All 8 seasons plus shorts
- 58 Locations - Parks, buildings, and more
- Rich Metadata - Categories, voice actors, descriptions
- Static Image Hosting - Optimized delivery via Vercel Blob
curl https://regularshow-api.vercel.app/api/character{
"info": {
"count": 252,
"pages": 13,
"current_page": 1
},
"results": [
{
"id": 1,
"name": "Ace Balthazar",
"slug": "Ace_Balthazar",
"image": "images/characters/1.png",
"categories": ["Characters", "Villains"],
"info": { ... }
}
]
}- Check the Examples section for code samples
- Review the Characters endpoint documentation
- Open an issue on GitHub
MIT License - Free for personal and commercial use.