Test Data — entry 012 of 19

Randommer

Verified Jul 2026

Randommer's REST API generates disposable test data on demand — phone numbers, card numbers, addresses, names, and lorem-ipsum-style text among dozens of resource types — returned as JSON over HTTPS. Every call requires an API key sent via the X-Api-Key header, and usage is capped at 1,000 free calls per day with no paid upgrade currently offered. Endpoints are documented through both Swagger and ReDoc references alongside a downloadable OpenAPI spec.

mock-datarandom-generatortest-data-generatorapi-key-required
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score84out of 100
Authentication15/25API key required
Pricing20/20Free to use
Docs20/20Machine-readable spec file bundled
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 84 on greatapis.com
<a href="https://greatapis.com/api/randommer/"><img src="https://greatapis.com/badge/randommer.svg" alt="Scored 84 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerX-Api-Key: <key>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Endpoints

Card2
GET/api/CardGet Card
Parameters
NameInRequiredType
typequerynostring
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Card/TypesGet available card types
Parameters
NameInRequiredType
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
Finance5
GET/api/Finance/CountriesGet available countries
Parameters
NameInRequiredType
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Finance/CryptoAddressGet crypto address
Parameters
NameInRequiredType
cryptoTypequerynostring
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Finance/CryptoAddress/TypesGet available crypto types
Parameters
NameInRequiredType
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Finance/Iban/{countryCode}Get IBAN by countryCode
Parameters
NameInRequiredType
countryCodepathyesstring
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
POST/api/Finance/Vat/Validator
Parameters
NameInRequiredType
countryqueryyesstring
vatqueryyesstring
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
Misc2
GET/api/Misc/Cultures
Parameters
NameInRequiredType
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Misc/Random-Address
Parameters
NameInRequiredType
numberqueryyesinteger
culturequerynostring
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
Name5
GET/api/NameGet name
Parameters
NameInRequiredType
nameTypequeryyes
quantityqueryyesinteger
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
POST/api/Name/BrandNameGenerate brand name suggestions
Parameters
NameInRequiredType
startingWordsqueryyesstring
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
POST/api/Name/BusinessNameGet business names for a specific culture
Parameters
NameInRequiredType
numberqueryyesinteger
cultureCodequerynostring
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Name/CulturesGet available cultures
Parameters
NameInRequiredType
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Name/SuggestionsGet business name suggestions
Parameters
NameInRequiredType
startingWordsqueryyesstring
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
Phone4
GET/api/Phone/CountriesGet available countries
Parameters
NameInRequiredType
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Phone/GenerateGet bulk telephone numbers for a country
Parameters
NameInRequiredType
CountryCodequeryyesstring
Quantityqueryyesinteger
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Phone/IMEIGet bulk imeis
Parameters
NameInRequiredType
Quantityqueryyesinteger
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Phone/ValidateValidate a phone number
Parameters
NameInRequiredType
telephonequeryyesstring
CountryCodequerynostring
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
SocialNumber2
GET/api/SocialNumberGenerate a social security number
Parameters
NameInRequiredType
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
POST/api/SocialNumberValidate VAT/identity numbers
Parameters
NameInRequiredType
idTypequeryyes
X-Api-Keyheadernostring
Request body

application/json-patch+jsonNumberValidation (required)

Responses
StatusDescriptionSchema
200OK
Text5
POST/api/Text/HumanizeHumanize text
Parameters
NameInRequiredType
X-Api-Keyheadernostring
Request body

application/json-patch+jsonTextDto (required)

Responses
StatusDescriptionSchema
200OK
GET/api/Text/LoremIpsumGenerate lorem ipsum
Parameters
NameInRequiredType
loremTypequeryyes
typequeryyes
numberqueryyesinteger
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
GET/api/Text/PasswordGenerate password
Parameters
NameInRequiredType
lengthqueryyesinteger
hasDigitsqueryyesboolean
hasUppercasequeryyesboolean
hasSpecialqueryyesboolean
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
POST/api/Text/ReviewGet reviews (max quantity=500)
Parameters
NameInRequiredType
productqueryyesstring
quantityqueryyesinteger
X-Api-Keyheadernostring
Responses
StatusDescriptionSchema
200OK
POST/api/Text/TransformTransform text
Parameters
NameInRequiredType
textActionTypequeryyes
caseTypequeryno
findquerynostring
replacequerynostring
X-Api-Keyheadernostring
Request body

application/json-patch+jsonTextDto (required)

Responses
StatusDescriptionSchema
200OK

Try it

Developer reference

Base URLhttps://randommer.io
Rate limit

1,000 calls per day on the free tier, per randommer.io's own FAQ — no paid tier to raise the cap currently offered.

Key endpoints
  • GET/api/Name
  • GET/api/Phone/Generate