Datamockr

FREEMIUM
By dburandt | Updated 2 years ago | Data

Datamockr Overview

README

Datamockr is a simple API that allows you to generate mock (fake) data on the fly.

You can generate things like names, phone numbers, zip codes, job titles, countries, and much more.

Datamockr is great for creating realistic test data, populating databases, and whatever else you can think of.

Summary
Datamockr is the easiest way to generate mock data on the fly. Simply make a GET request specifying the type of data you want and a sample size.

Example
Here are a few example requests:
GET /data?fieldType=city&size=10

# response
{
    "data": [
        'Toronto',
        'Wellington',
        'Miami',
        'Sydney',
        'Ulicesland',
        'Marcmouth',
        'Koelpinton',
        'London',
        'Edmonton',
        'Sherwood Park'
    ]
}

GET /data?fieldType=city&size=5

# response
{
    "data": [
        'Courtney Leannon',
        'Lee Harber',
        'Patty Ledner',
        'Mrs. Henry Zulauf',
        'Dale Leffler PhD'
    ]
}

For a full API reference, including the fieldTypes you can provide, visit www.datamockr.com.

Followers: 0
Resources:
Product Website
API Creator:
Rapid account: Dburandt
dburandt
dburandt
Log In to Rate API
Rating: 5 - Votes: 1