Plume API
Fun

/urban

Get the Urban definition of a word

GET
/urban

Query Parameters

word*string

The word to search for

Length1 <= length <= 50

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/urban?word=string"
{
  "word": "string",
  "url": "string",
  "definition": "string",
  "example": "string",
  "author": "string",
  "thumbs_up": 0,
  "thumbs_down": 0
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}