Generate Nonsense Word API

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.

This API wraps the generate nonsense word endpoint by Humor API. Check out the tutorial about writing a joke and meme app using this API.

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

Frequently Asked Questions

What are nonsense words useful for?

Nonsense words are great for creative writing, naming new products or characters, generating unique usernames, or simply for entertainment and humor.

Are the words unique?

The API generates words algorithmically, so they are highly likely to be unique and not found in a standard dictionary.

Can I control the length of the word?

The API generates words of varying lengths, but they are generally short to medium length to remain pronounceable and memorable.

How is the Generate Nonsense Word API different from the Random Joke API?

The Generate Nonsense Word API creates a single, made-up word, whereas the Random Joke API returns a complete joke or punchline.

Questions? Need Help? Ask Away