YoMomma

Information regarding our yo momma jokes api.

Returns a response containing a random yo momma joke.

Response parameters

PropTypeDefault
joke
STRING
-

Example usage

Base URL: https://api.cordx.lol/v3/client/yomomma

Example Request
const fetch = require('node-fetch');
 
await fetch('https://api.cordx.lol/v3/client/yomomma')
.then((res) res.json())
.then((r) => {
    await console.log(`${r.joke}`)
}).catch((e) => console.log(e.stack));

Example Response
{
  "joke": "Yo mama is so fat that she looked up cheat codes for Wii Fit"
}

Last updated on