Generate Nonsense Word

Generate a funny sounding nonsense word. This is useful for generating random words for games, naming things, or just for fun. The response will contain the generated word and a rating of how funny it is.

GET
https://api.apileague.com/generate-nonsense-word
Example Request and Response
GET
https://api.apileague.com/{{ examples.getGenerateNonsenseWord }}
{
    "word": "caboo",
    "rating": 0.41
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}