https://www.cjglitter.com/rand_name/api
Type: Boolean
Description: If set to true
, the API will generate names that include a last name.
Type: Boolean
Description: If set to true
, the API will generate names that include a middle name. By nature, this also ensures that the responses have last names as well.
Type: Integer
Description: Specifies the number of responses to be generated.
Limits: The value should be an integer between 1 and 20 (inclusive).
curl -X GET "https://www.cjglitter.com/rand_name/api?middle_name=true&count=5"
{
"results": [
{
"name": {
"title": null,
"first_name": "Perrin",
"middle_name": "t'Bashere",
"last_name": "Aybara"
}
},
{
"name": {
"title": null,
"first_name": "Jalanda",
"middle_name": "son of Aried son of",
"last_name": "Coiam"
}
},
{
"name": {
"title": null,
"first_name": "Bringer",
"middle_name": "of",
"last_name": "Gales"
}
},
{
"name": {
"title": null,
"first_name": "Caar",
"middle_name": "al Thorin al",
"last_name": "Toren"
}
},
{
"name": {
"title": null,
"first_name": "Mara",
"middle_name": "Tomanes",
"last_name": "(2)"
}
}
]
}
Content: {"error": "Endpoint not found. Please check the URL."}
Content: {"error": "Invalid query parameters. Please check the documentation."}
Content: {"errors": [{"status": 422, "title": "Invalid count", "detail": "Request must be between 1–20 results."}]}
The content on this page and the referenced API may include references to copyrighted material, including but not limited to The Wheel of Time series and its characters. All such references are the property of their respective owners. The "Wheel of Time" series and its characters are the intellectual property of Robert Jordan and Brandon Sanderson. We acknowledge and respect the creative work of Robert Jordan and Brandon Sanderson and encourage everyone to support the official release of their works.
The use of these materials is for informational and educational purposes only, and it is protected under the principle of fair use.
If you believe that any content on this website infringes on your copyright, please contact us at CONTACT_FORM_COMING_SOON, and we will promptly address your concerns.
Thank you for understanding and respecting intellectual property rights.