😡Insults
Sometimes your roast game ain't it 🤷♂️
import requests
# Set your API key here to authenticate
headers = {"Authorization": "Bearer shard-xxx"}
# URL for fetching insults.
url = "https://api.shard-ai.xyz/v1/fun/insults?count=1"
# Send the request to fetch a joke
response = requests.get(url, headers=headers)
# Print all those harsh insults!
print(response.json())
Pro tip: The "count" parameter can be up to 10!
[
"You are as atrocious as a dishonorable zillion of rotten leech farts"
]
This error means you have exceeded your rate limit! For basic users, your rate limit is a global limit of 15 requests a minute. Upgrade to premium to get more.
{
"error": {
"message": "Something went wrong, try again later.",
"type": "error",
"param": None,
"code": None
}
}
// Sorry, something went wrong, you can try contacting us @ discord.gg/ligma!
Last updated