Fake idenity Generation

In many situtations having access to test data is very difficult. Our fake idenity generation API helps you easily create thousands of tests data samples for people or companies. Generate Email, Phone Numbers, Credit Card, postal address and more. All the data generated are very random and doesn't represent any real life person or a company.

API End Points

The end point for connecting : If you subscribe directly from us use this endpoint.
	https://api.fungenerators.com
	

Ratelimiting

Some of our API calls are public. To maintain our service level we ratelimit the number of API calls. For public API calls this is 60 API calls a day with distribution of 5 calls an hour. For paid plans this limit is increased according to the service level described in the plan.

Authentication

For public calls you don't need to pass any API key. Just invoke the endpoint (see examples below). For paid subscriptions you need to pass the API key.

Currently we support API Key based authentication. Please set a request header 'X-FunGenerators-Api-Secret' with value of your API key. Alternatively you can also pass api_key= as a request parameter, though we strongly discourage this mode of passing the key.

API Documentation

Get full name(s) public ratelimited

GET /identity/person/name

The above call should produce a result like the following:

{
  "success": {
    "total": 5
  },
  "contents": {
    "names": [
      "Wellington DuBuque",
      "Oscar Wisoky",
      "Prof. Rod Renner",
      "Dr. Jerrold Rau DDS",
      "Miss Karelle Oberbrunner"
    ]
  },
  "copyright": "https://fungenerators.com/"
}

Get first name(s) public ratelimited

GET /identity/person/name/first

The above call should produce a result like the following:

{
  "success": {
    "total": 5
  },
  "contents": {
    "names": [
      "Dedrick",
      "Jedidiah",
      "Helga",
      "Berniece",
      "Jammie"
    ]
  },
  "copyright": "https://fungenerators.com/"
}

Get last name(s) public ratelimited

GET /identity/person/name/last

The above call should produce a result like the following:

{
  "success": {
    "total": 5
  },
  "contents": {
    "names": [
      "Trantow",
      "Abshire",
      "Bode",
      "Dickens",
      "Harris"
    ]
  },
  "copyright": "https://fungenerators.com/"
}

Generate email(s) public ratelimited

GET /identity/person/email

The above call should produce a result like the following:

{
  "success": {
    "total": 5
  },
  "contents": {
    "emails": [
      "xkreiger@yahoo.com",
      "gblock@hotmail.com",
      "mmraz@yahoo.com",
      "fatima41@yahoo.com",
      "yshields@hotmail.com"
    ]
  },
  "copyright": "https://fungenerators.com/"
}

Get full identity details for a person public ratelimited

GET /identity/person

The above call should produce a result like the following:

{
  "success": {
    "total": 5
  },
  "contents": {
    "name": {
      "first": "Brittany",
      "last": "Mohr",
      "full": "Brittany Mohr"
    },
    "phone": "1-542-830-8666 x4187",
    "email": "mohr1963@hotmail.com",
    "birthday": "1975/03/13",
    "address": {
      "address": "6029 Homenick Ridges Suite 551",
      "city": "Adelbertshire",
      "state": "Connecticut",
      "country": "USA",
      "postalcode": "06305-2706"
    },
    "credit-card": {
      "type": "MasterCard",
      "number": "4539572808851695",
      "expiration": "12/20"
    }
  },
  "copyright": "https://fungenerators.com/"
}

Get full identity details for a company public ratelimited

GET /identity/company

The above call should produce a result like the following:

{
  "success": {
    "total": 5
  },
  "contents": {
    "name": "Walker-Crist",
    "phone": "1-800-307-1546",
    "domain": "walker-crist.xyz",
    "email": "request@walker-crist.xyz",
    "address": {
      "address": "17487 Steuber Locks Suite 996",
      "city": "South Einarchester",
      "state": "New Mexico",
      "country": "USA",
      "postalcode": "46493"
    }
  },
  "copyright": "https://fungenerators.com/"
}

API Console

The following are the API calls you can make. You can try out / test the calls right from this page. Please note, javascript needs to be enabled to see the documentation below.

Subscribe

Fun Generators Fakeidentity API Basic

$4.99/mo

No contracts. Anytime cancellation.
1 API Key
1000 API Calls / day
Best in class backend tools
Easy to use REST API
Immediate provisioning

Fun Generators Fakeidentity API Premium

$9.99/mo

No contracts. Anytime cancellation.
1 API Key
5000 API Calls / day
Best in class backend tools
Easy to use REST API
Immediate provisioning

Fun Generators Fakeidentity API Ultra

$24.99/mo

No contracts. Anytime cancellation.
1 API Key
12500 API Calls / day
Best in class backend tools
Easy to use REST API
Immediate provisioning