APImcp
GuidesBusiness
ConsoleDocsMCP
Business ⏱ 1 min read

Fake Data Generator API — Generate Realistic Test Data for Development

Generate realistic fake data including names, addresses, emails, phone numbers, and company data. Supports multiple locales including Norwegian (nb_NO). Free API.

01

What is Fake Data Generation?

Fake data generation creates realistic-looking but entirely fictional data for testing, development, and demonstration purposes. The API generates names, addresses (street, city, zip, country), email addresses, phone numbers, company names, job titles, dates of birth, and more. Supports multiple locales including Norwegian (nb_NO) with locally appropriate names, addresses, and phone formats.

02

How to Use It

Call GET /api/v1/fake-data?locale=nb_NO&count=3. Returns { locale: string, data: Array<{ name: string, email: string, phone: string, address: object, company: string, job_title: string, dob: string }> }.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

What locales are supported?
Norwegian (nb_NO), English (en_US), Swedish (sv_SE), Danish (da_DK), and more. Specify with locale parameter.