Yo Mama API

The official API for your dev team's "Yo Mama" jokes

Endpoints

GET
/api/jokes/random
Returns a random "Yo Mama" joke

This endpoint returns a random "Yo Mama" joke from our extensive collection.

Parameters:
Your joke will appear here...
Response Example:
{ "joke": "Yo mama's so fat, when she sits around the house, she REALLY sits around the house!", "id": 42, "rating": 4.7 }
POST
/api/jokes/submit
Submit a new "Yo Mama" joke

This endpoint allows you to submit a new "Yo Mama" joke to our collection.

Response will appear here after submission
GET
/api/jokes/top
Returns the top rated "Yo Mama" jokes

This endpoint returns the highest rated "Yo Mama" jokes in our collection.

Top jokes will appear here...