Overview
The German Fake Persona Generator API is designed to create comprehensive and realistic fake personas for a variety of applications like testing, data filling, and more. The API is incredibly easy to integrate, highly reliable, and offers data that include:
Full Names: Gender-specific and culturally appropriate names.
Gender: Randomly generated as either male or female.
Phone Numbers: Valid German mobile phone number formats.
Addresses: Complete addresses that include street names, postal codes, and cities.
Date of Birth: Randomly generated to fit a broad age range.
Social Security Number: An 11-digit random number to mimic German tax identification numbers.
Use Cases
Application Testing: Create realistic user profiles for end-to-end testing.
Data Analysis: Populate your analytics tools with realistic German personas.
Market Research: Generate user data for hypothetical scenarios.
How to Use
Simply make a GET request to /random-person to receive a JSON response with all the above details.
Sample Response
json
{
"gender": "male",
"name": "Michael Schmidt",
"phone": "+4915253948675",
"address": {
"road": "Bahnhofstraรe",
"building_number": "42",
"postcode": "10115",
"country": "Deutschland"
},
"date_of_birth": "1985-04-23",
"social_security_number": "12345678901"
}
Rate Limiting
The API is rate-limited to ensure optimal performance for all users. Please refer to our pricing plans for more details.