---
title: Generate Fake Person Info API
slug: fake-person
url: https://apyhub.com/dosvak/service/fake-person
provider: Dosvak LLC
categories: [Smart Generation]
tags: [fake-data, synthetic-profiles, test-data, user-generation, sample-records]
auth: api_key
---

# Generate Fake Person Info API

Generate 1 to 50 fake person profiles with names, contact details, addresses, usernames, and DOBs for testing and demos.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `` | What it does Generates a list of fake person profile objects and returns them in a JSON object alon… | 10 |

## About

## What it does
Fake Person Generator creates synthetic person profiles for testing and development. Send an optional `count` query parameter to request between 1 and 50 profiles, and get back a response with `data` plus the total `count` returned.

Use it when you need realistic-looking sample records for forms, onboarding flows, CRM demos, or validation tests without using real personal data. The generated profiles include common identity fields such as name, email, phone, address, username, and date of birth, making them useful for populating mock databases or preview environments.

Because the response is an array inside `data`, you can loop over the results directly in your test harness or seed script. The simple contract also makes it easy to swap into existing fixtures where you just need a batch of person-shaped objects at once.

If you need synthetic user data for UI development, bulk demos, or QA scenarios, Fake Person Generator gives you a lightweight way to produce it on demand.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/fake-person
