curl --request GET \
--url https://api.example.com/v1/random/name \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate random name(s) using Faker with locale support.
curl --request GET \
--url https://api.example.com/v1/random/name \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Name type: first, last, full, prefix, suffix
Gender hint: male, female, or null for random
Locale (e.g., en_US, es_ES, ja_JP, zh_CN, fr_FR, de_DE)
Number of names to generate
1 <= x <= 100Successful Response