Skip to content

Welcome to the Regular Show API documentation. This API provides free access to characters, episodes, and locations from the animated TV series "Regular Show".

License

Notifications You must be signed in to change notification settings

oguzhan18/regularshow-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular Show API Documentation

Welcome to the Regular Show API documentation. This API provides free access to characters, episodes, and locations from the animated TV series "Regular Show".

Regular Show API

Quick Links

Features

  • 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

Getting Started

Make Your First Request

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

Response Format

{
  "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": { ... }
    }
  ]
}

Need Help?

  • Check the Examples section for code samples
  • Review the Characters endpoint documentation
  • Open an issue on GitHub

License

MIT License - Free for personal and commercial use.

About

Welcome to the Regular Show API documentation. This API provides free access to characters, episodes, and locations from the animated TV series "Regular Show".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published