
Random User API
Generate realistic, fully coherent fake users for demos, mockups, load tests and seeded test fixtures — never real people. Ten nationalities (US, CA, GB, AU, DE, FR, ES, NL, IE, NZ), each internally consistent: a German user gets a German name, a real German city with correct coordinates and timezone, a German street, postcode and phone format; a Canadian gets an A1A 1A1 postcode. Every user carries title and full name, gender, email on RFC-2606 reserved domains (can never reach a real inbox), username, login block with memorable password and UUID, landline and mobile in national formats, full address with coordinates and IANA timezone, date of birth and age, registration date, and avatar image URLs in three sizes. Request up to 100 users per call, restrict nationalities with nat=DE,FR, force gender, and — the killer feature for tests — pass seed=anything to get byte-identical reproducible output on every call. No database, no state, no third-party calls at request time.
{
"count": 1,
"seed": "demo",
"results": [
{
"gender": "male",
"nat": "DE",
"name": {
"title": "Mr",
"first": "Leon",
"last": "Neumann",
"full": "Leon Neumann"
},
"email": "leon.neumann@example.com",
"username": "leonneumann2174",
"login": {
"username": "leonneumann2174",
"password": "silent-canyon-57",
"uuid": "b0e45204-62b1-43cc-9cf2-3b8c9ec9fc7b"
},
"phone": "005 08381957",
"cell": "0154 2375314",
"location": {
"street": "8309 Hauptstraße",
"city": "Berlin",
"state": "Berlin",
"postcode": "24061",
"country": "Germany",
"coordinates": {
"latitude": 52.4806,
"longitude": 13.4263
},
"timezone": "Europe/Berlin"
},
"dob": {
"date": "1955-09-23",
"age": 71
},
"registered": {
"date": "2026-06-14"
},
"picture": {
"large": "https://api.dicebear.com/9.x/avataaars/svg?seed=leonneumann2174&size=256",
"medium": "https://api.dicebear.com/9.x/avataaars/svg?seed=leonneumann2174&size=128",
"thumbnail": "https://api.dicebear.com/9.x/avataaars/svg?seed=leonneumann2174&size=64"
},
"uuid": "c80f34c1-f3cc-4574-8a5f-2262823d67a0"
}
]
}Why developers pick this API
Production-ready
Production Ready
Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.
Simple Integration
Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.
One Key, 20+ APIs
Your DataAndAPIs subscription unlocks every API on the platform — anime, finance, sports, and more.
Code snippets
One install. Every endpoint.
No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.
- Fully typed responses — auto-completion in your IDE
- Tracks the API in lockstep — new endpoints land same day
- One key works across 20+ APIs on the platform
import axios from 'axios';
const { data } = await axios.get(
'{API_URL}',
{ headers: { 'X-Api-Key': process.env.API_KEY } }
);🔒 Subscribe to unlock the live API URL
Developer playground
Explore the endpoints
Browse request parameters and inspect live example responses.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Query Parameters
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});Pricing
One subscription. Every API.
Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time — we promote.
STARTER
25,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Email support
PRO
100,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority email support
ULTRA
1,000,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority support
Need higher volume, dedicated infra, or a custom contract? Talk to sales →
Common questions
The things that actually block the upgrade.
Ship Random User API this afternoon.
500 free tokens. No card. Plus 20+ other APIs on the same key.
