Skip to content

Username Generation

The /username endpoint generates random usernames. This endpoint is useful for creating placeholder usernames or suggesting names to users.

Parameters

This endpoint does not require any parameters. It returns a randomly generated username using an adjective + animal pattern.

Response Fields

FieldTypeDescription
usernamestringA randomly generated username
numbernumberA random number used in generation
adjectivestringThe adjective component of the username
animalstringThe animal component of the username
jobstringA randomly associated job

Code Examples

curl -X GET \
  "https://api.sylvain.sh/v4/username"

Try It