Skip to the content.

Random Username Generator API

view on github

Welcome to the Random Username Generator API, your go-to tool for generating unique and creative usernames effortlessly!

Base URL

The base URL for all API endpoints is: https://usernameapiv1.vercel.app/

Endpoint

Generate Random Usernames

Description

This endpoint generates random usernames by combining a prefix, a suffix, and a randomly selected ending (“2048”, a random number between 2024 and 2048, or an underscore “_”).

Parameters

Example Usage

Generate a single random username:

GET https://usernameapiv1.vercel.app/api/random-usernames

Response:

{
  "usernames": [
    "QuantumMaster2048"
  ]
}

Generate multiple random usernames:

GET https://usernameapiv1.vercel.app/api/random-usernames?count=5

Response:

{
  "usernames": [
    "StardustWolf_",
    "LunaEnigma2048",
    "CosmicPirate2032",
    "DeltaSeeker_",
    "TechMover2050"
  ]
}

Error Handling

CORS Policy

Cross-Origin Resource Sharing (CORS) is enabled to allow requests from different origins.

Deployment Information

This API is powered by Vercel for serverless deployment of Node.js applications, ensuring reliability and scalability.


Feel free to explore and integrate this API into your applications to generate unique usernames for your users or projects. If you have any questions or feedback, please don’t hesitate to reach out!


Backup Downloads

Zip(.zip): Download Random Username API

Tarball(.tar.gz): Download Random Username API

7Zip(.7z.gz): Download Random Username API

Rar(.rar): Download Random Username API

Bz2(.zip.bz2): Download Random Username API