The Evil Insult API allows you to fetch random insults in English.
"https://openapi-idk8.onrender.com"
GET `/insult/random`
: Fetches a random insult.GET `https://openapi-idk8.onrender.com/insult/random`
{
"apiName": "Evil Insult",
"description": "Fetches random insults in English.",
"author": "OpenAPI",
"insultData": {
"number": "2754",
"language": "en",
"insult": "I caught you wanking off to the Australian gecko like SAVE ME THAT 15% ON MY CAR INSURANCE A LITTLE HARDER DADDY",
"created": "2024-06-13 10:49:29",
"shown": "9235",
"createdby": "",
"active": "1"
}
}
500 Internal Server Error: Returned when there's an issue fetching a random insult using the API.
Response Body:
{
"error": "Failed to fetch random insult"
}