Skip to content

Instantly share code, notes, and snippets.

@drteresavasquez
Created May 10, 2022 14:41
Show Gist options
  • Save drteresavasquez/435ebf5831cbb0bf580602bfc5e20fd1 to your computer and use it in GitHub Desktop.
Save drteresavasquez/435ebf5831cbb0bf580602bfc5e20fd1 to your computer and use it in GitHub Desktop.
Joke API Payloads
{
"formatVersion": 3,
"category": "Programming",
"type": "single",
"joke": "",
"flags": {
"nsfw": false,
"religious": false,
"political": false,
"racist": false,
"sexist": false,
"explicit": false
},
"lang": "en"
}
{
"formatVersion": 3,
"category": "Programming",
"type": "twopart",
"setup": "",
"delivery": "",
"flags": {
"nsfw": false,
"religious": false,
"political": false,
"racist": false,
"sexist": false,
"explicit": false
},
"lang": "en"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment