Evil Insult Generator

Insults

Generate Insult

Generate Insult
GET/generate_insult.php

This is endpoint serves to generate insults from the API.

The following parameters are optional

  • lang - The language of the insult you want. Defaults to English if not provided

  • type - The response type. It supports text, XML and JSON. Defaults to plain text if not provided.

Example URI

https://evilinsult.com/generate_insult.php?lang=en&type=json
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "number": "123",
  "language": "en",
  "insult": "You're a failed abortion whose birth certificate is an apology from the condom factory.",
  "created": "2018-10-24 06:52:02",
  "shown": "2688",
  "createdby": "someone",
  "active": "1",
  "comment": "Sourced from some website"
}