๐คฃJokes
Basic information to know before using the Jokes API
{
"status": 200, //The status allows to know if the joke was found or not
"content": {
"id": 44, // The unique identifier
"type": "global", // The category of the joke
"blague": "Que dit un canard quand il va aux toilettes ?", // The joke
"reponse": "Je vais au petit coin." // The answer
}
}Last updated
Was this helpful?

