Created
May 10, 2022 14:41
-
-
Save drteresavasquez/435ebf5831cbb0bf580602bfc5e20fd1 to your computer and use it in GitHub Desktop.
Joke API Payloads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"formatVersion": 3, | |
"category": "Programming", | |
"type": "single", | |
"joke": "", | |
"flags": { | |
"nsfw": false, | |
"religious": false, | |
"political": false, | |
"racist": false, | |
"sexist": false, | |
"explicit": false | |
}, | |
"lang": "en" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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