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.
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.
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 }> }.