FakeMyJSON
  • FakeMyJSON - Documentation
  • Faker Formatters
    • Base
    • Lorem Ipsum Text
    • Person
    • Address
    • Phone Number
    • Company
    • Real Text
    • Date and Time
    • Internet
    • User Agent
    • Payment
    • Color
    • File
    • Image
    • Uuid
    • Barcode
    • Miscellaneous
  • Special Keys and Values
    • Special Keys
  • FakeMyJSON.io
  • Start generating random JSON!
Powered by GitBook
On this page
  • email
  • safeEmail
  • freeEmail
  • companyEmail
  • freeEmailDomain
  • safeEmailDomain
  • userName
  • password
  • domainName
  • domainWord
  • tld
  • url
  • slug
  • ipv4
  • localIpv4
  • ipv6
  • macAddress

Was this helpful?

  1. Faker Formatters

Internet

email

Output Type: String

{
    "email": "email"
}
{
    "email": "lbatz@hotmail.com",
}

safeEmail

Output Type: String

{
    "safeEmail": "safeEmail"
}
{
     "safeEmail": "zackery50@example.org"
}

freeEmail

Output Type: String

{
    "freeEmail": "freeEmail"
}
{
    "freeEmail": "arnaldo51@yahoo.com"
}

companyEmail

Output Type: String

{
    "companyEmail": "email"
}
{
    "companyEmail": "qbotsford@mayer.com"
}

freeEmailDomain

Output Type: String

{
    "freeEmailDomain": "freeEmailDomain"
}
{
    "freeEmailDomain": "gmail.com"
}

safeEmailDomain

Output Type: String

{
    "safeEmailDomain": "safeEmailDomain"
}
{
    "safeEmailDomain": "example.org"
}

userName

Output Type: String

{
    "userName": "userName"
}
{
     "userName": "luettgen.abner"
}

password

Output Type: String

{
    "password": "password"
}
{
    "password": "GcGl,-.moX#O"
}

domainName

Output Type: String

{
    "domainName": "domainName"
}
{
    "domainName": "wiza.com"
}

domainWord

Output Type: String

{
    "domainWord": "domainWord"
}
{
    "domainWord": "grimes"
}

tld

Output Type: String

{
    "tld": "tld"
}
{
    "tld": "com",
}

url

Output Type: String

{
    "url": "url"
}
{
    "url": "http://quitzon.org/quia-explicabo-repudiandae-eligendi-ut-voluptates-laudantium",
}

slug

Output Type: String

{
    "slug": "slug"
}
{
    "slug": "omnis-iure-deleniti-ut-sint-nemo-est",
}

ipv4

Output Type: String

{
    "ipv4": "150.208.165.204"
}
{
    "hierarchy": 7
}

localIpv4

Output Type: String

{
    "localIpv4": "localIpv4"
}
{
    "localIpv4": "192.168.37.251"
}

ipv6

Output Type: String

{
    "ipv6": "ipv6"
}
{
    "ipv6": "4136:65af:c73f:9699:23f2:c9e5:872:eb9e"
}

macAddress

Output Type: String

{
    "macAddress": "macAddress"
}
{
    "macAddress": "0E:45:50:75:E2:66"
}
PreviousDate and TimeNextUser Agent

Last updated 4 years ago

Was this helpful?