Regular Show API
Welcome to the Regular Show API - a free RESTful API for accessing character and episode data from the animated television series "Regular Show".

Features
- 📺 274+ Episodes - Complete episode data from all 8 seasons
- 👤 250+ Characters - Characters with images, categories, and detailed info
- 🚀 RESTful Design - Similar to Rick and Morty API
- ⚡ Fast & Free - No authentication required
Quick Example
javascript
fetch('https://regularshow-api.vercel.app/api/character?name=Mordecai')
.then(res => res.json())
.then(data => console.log(data));Base URL
https://regularshow-api.vercel.app/apiOr for local development:
https://regularshow-api.vercel.app/apiEndpoints Overview
| Endpoint | Description |
|---|---|
/api | API information and available endpoints |
/api/character | Get all characters with optional filters |
/api/character/:id | Get a single character by ID or slug |
/api/episode | Get all episodes with optional filters |
/api/episode/:id | Get a single episode by ID or slug |
/api/season | Get list of all seasons |
/api/season/:id | Get episodes from a specific season |
/api/stats | Get API statistics |
Why This API?
This API is inspired by the Rick and Morty API and provides similar functionality for the "Regular Show" animated series. It's perfect for:
- Building Regular Show fan websites
- Learning REST API development
- Creating Regular Show apps
- Data analysis and research
Contributing
This project is open source. Contributions are welcome!
License
This API and its data are provided for educational purposes. The show "Regular Show" and all related content are property of Cartoon Network and J.G. Quintel.