Generators
internet
Emails, usernames, domains, URLs, IPs, user agents, passwords.
var faker = Faker(seed: 1337, locale: DecoyLocaleEN.locale)faker.internet.domainSuffix()| Method | Example output |
|---|---|
domainSuffix() |
sharpcbnse |
domainWord() |
biermanndoddbrowning |
domainName() |
flynn.tcichinchilla.bzash.travel |
url(secure: Bool = true) |
https://welborn.eventshttps://smith.theatrehttps://hunter.allfinanz |
email(firstName: String? = nil, lastName: String? = nil, domain: String? = nil) |
angelo.diaz@example.comtodd.leon@example.netmargaret.kaul@example.net |
freeEmail() |
richard.hudson@outlook.combrad.tarango@gmail.comkasey.stinnett@hotmail.com |
username() |
gary2059katelyn272austin2290 |
password(length: Int = 16) |
nIMLiXH4*7C2WF&Ky8#d^xfxwr$kt#OfL!H&aYjW6hBd4Wdg |
ipv4() |
66.99.201.75164.72.138.73125.152.232.233 |
ipv6() |
70b6:7f19:9a5f:b091:c141:5e75:f138:99fad578:a4c1:0a15:81f2:06cf:649b:0896:289d3310:c757:07df:3b05:2980:5f4d:ba59:1426 |
macAddress() |
27:3c:09:85:32:f2b0:75:8c:0f:b9:838b:00:fe:ae:78:f4 |
port() |
109955703537 |
httpMethod() |
POSTDELETEHEAD |
gamertag() |
UnadjustedSpear8870GushingPartyPluralTelepathist67 |
httpStatusCode(_ category: HTTPStatusCategory? = nil) |
416302200 |
userAgent() |
Mozilla/5.0 (iPhone; CPU iPhone OS 11_9 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like GMozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like GMozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) V |
jwtAlgorithm() |
ES256A192KWECDH-ES+A192KW |
emoji(_ category: String? = nil) |
🎿🌑🔸 |
hexColor() |
#d10490#acf399#9ed2ce |
Examples are real output from three different seeds, captured when this page was built, using each method’s default arguments. Where a signature shows parameters, pass your own to change the size, gender, length or format.