Faker Data Generator
Generate realistic fake data for testing and development
Group Related Fields
Organize related fields into nested objects (e.g., pricing, contact, address)
Include Fields
Click on any option to toggle it on/off. Uncheck fields you don't want to include.
API Endpoints
Build your API endpoint with custom options:
API Endpoint Builder
1Basic Settings
2Advanced Options
GET
/api/person?count=3&locale=en
Template Examples
Use these faker methods in your custom templates:
Person
{{person.firstName}}{{person.lastName}}{{person.email}}{{person.jobTitle}}{{person.phoneNumber}}{{person.birthdate}}
More methods →Location
{{location.city}}{{location.country}}{{location.streetAddress}}{{location.zipCode}}{{location.latitude}}{{location.longitude}}
More methods →Finance
{{finance.amount}}{{finance.creditCardNumber}}{{finance.bitcoinAddress}}{{finance.currencyCode}}{{finance.accountNumber}}{{finance.routingNumber}}
More methods →Commerce
{{commerce.productName}}{{commerce.price}}{{commerce.department}}{{commerce.productDescription}}{{commerce.productMaterial}}{{commerce.productAdjective}}
More methods →