Skip to content

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".

Regular Show Banner

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/api

Or for local development:

https://regularshow-api.vercel.app/api

Endpoints Overview

EndpointDescription
/apiAPI information and available endpoints
/api/characterGet all characters with optional filters
/api/character/:idGet a single character by ID or slug
/api/episodeGet all episodes with optional filters
/api/episode/:idGet a single episode by ID or slug
/api/seasonGet list of all seasons
/api/season/:idGet episodes from a specific season
/api/statsGet 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.

Released under the MIT License.