Excuser API
Generate random excuses for various situations including family, office, college, party, and more. Returns humorous excuses to get out of commitments.
Slug: excuser
Key:
Base URL:
Auth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Key:
herokuapp.com:excuser-apiBase URL:
https://excuser.herokuapp.com/Auth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Topics
COMMUNICATION_STUDIES, ENTERTAINMENT, SOCIETY
Tutorials
- Getting Started with Excuser API — I can generate random excuses across nine categories — including developers and gaming — from the Excuser API in a single unauthenticated GET, but the pool is small (under 100 total) so you'll see repeats quickly.
Skills
- Get excuse by category — I can generate a random excuse from nine categories — including developers and gaming — via the Excuser API in a single unauthenticated GET, but the pool is small (under 100 total) so repeats come fast.
- Get random excuse — I can generate a random excuse — including developer- and gamer-specific ones like "It works on my machine" — from the Excuser API in a single unauthenticated GET, but the pool is under 100 total excuses so repeats come fast.
Endpoints (5)
| Path | Summary | Response | Auth |
|---|---|---|---|
| v1/excuse | Get a random excuse | ? |
none |
| v1/excuse/id/{id} | Get excuse by ID | ? |
none |
| v1/excuse/{category} | Get random excuse by category | ? |
none |
| v1/excuse/{category}/{n} | Get N random excuses by category | ? |
none |
| v1/excuse/{n} | Get N random excuses | ? |
none |