The Dozen - The Yo Mamsa Roast API
# Yo' Mama - The Roast API] ## Usage **Note** - This API is currently in BETA. Any Issues Please email [[email protected]](mailto:[email protected]) ### Method Agonistic - Using Any HTTP Method to the **https://api.yo-mama-so.fun/status** endpoint will return: ```json ``` ## POST endpoints (Planned Enhancement) POST https://api.yo-mama-so.fun/signup REQUEST ```json { "email":…
The Dozen - The Yo Mamsa Roast API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get a Random, Categorized and/or Filter Joke /insult |
Allows for either randomize, categorized or filtered insults to be returned with or without metadata. |
| GET |
Get All Jokes in a Single Category /insults/{category} |
This endpoint will return all joke in a catagory. |
| GET |
Get Specific Insult /insult/{id} |
Allows for a specific insults to be returned with or without metadata. |
| GET |
Get All Joke Categories /insult/categories |
Returns a list of all joke categories, whose as values can be used as a path or query parameter in other endpoints. |