Evil Insult API

The Evil Insult API allows you to fetch random insults in English.

Base URL

"https://openapi-idk8.onrender.com"

Endpoints

  1. GET `/insult/random`: Fetches a random insult.

Sample Request

GET `https://openapi-idk8.onrender.com/insult/random`

Sample Response

{
    "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"
    }
}

Error Handling

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"
}