| app.name |
Get application name |
NativeRest |
| app.version |
Get application version |
3.3.0 |
| os.name |
Get OS name |
Windows 10,Windows 11 |
| os.version |
Get OS version |
10.0,11.0 |
| date.year |
Get year as a 2-digit number |
25 |
| date.fullYear |
Get year as a 4-digit number |
2025 |
| date.month |
Get month as a 1-2-digit number (1-12) |
9 |
| date.fullMonth |
Get month as a 2-digit number (01-12) |
11 |
| date.monthName |
Get month name |
November |
| date.day |
Get day as a 1-2-digit number (1-31) |
9 |
| date.fullDay |
Get day as a 2-digit number (01-31) |
09 |
| date.hours |
Get hour as a 1-2-digit number (0-23) |
12 |
| date.fullHours |
Get hour as a 2-digit number (00-23) |
12 |
| date.minutes |
Get minute as a 1-2-digit number (0-59) |
34 |
| date.fullMinutes |
Get minute as a 2-digit number (00-59) |
34 |
| date.seconds |
Get second as a 1-2-digit number (0-59) |
56 |
| date.fullSeconds |
Get second as a 2-digit number (00-59) |
56 |
| date.milliseconds |
Get millisecond as a 1-2-3-digit number (0-999) |
789 |
| date.fullMilliseconds |
Get millisecond as a 3-digit number (000-999) |
789 |
| date.unixTime |
Get Unix time (seconds since January 1, 1970) |
1762680896 |
| date.unixTimeMs |
Get Unix time (milliseconds since January 1, 1970) |
1762680896000 |
| date.isoTime |
Get time in the ISO 8601 |
12:34:56 |
| date.isoDate |
Get date in the ISO 8601 |
2025-11-09 |
| date.isoTimeStamp |
Get date and time in the ISO 8601 |
2025-11-09T12:34:56.789Z |
| date.weekday |
Get weekday as string |
Sunday |
| date.format |
Call the date and time formatting function |
See examples below |
| random.uuid |
A random 36-character UUID v4 |
53790fdb-3fe4-420f-9a82-59ed7627f663 |
| random.ulid |
A random 26-character ULID |
53790fdb-3fe4-420f-9a82-59ed7627f663 |
| random.boolean |
A random boolean value true or false |
true, false |
| random.digit |
A random integer between 0 and 9 |
3, 8 |
| random.int |
A random integer between 0 and 999 |
59, 582,
857 |
| random.bigInt |
A random integer between 0 and 2147483647 |
4326464, 1677434696 |
| random.float |
A random single floating-point number |
386.158, 643.96 |
| random.letter |
A random letter from a to z |
s, q |
| random.word |
A random word |
architectures,
markets,
solutions |
| random.color |
A random color |
blue, fuchsia,
grey |
| random.rgbColor |
A random RGB color |
rgb(106,119,174), rgb(51,217,120),
rgb(187,73,168) |
| random.hexColor |
A random HEX color |
#49e560, #eb1487,
#db76d8 |
| random.hexColor |
A random abbreviation |
HDD, HTTP,
SQL |
| random.IP |
A random IPv4 address |
213.243.145.106,
31.183.120.66,
50.116.93.237 |
| random.IPv6 |
A random IPv6 address |
93a3:cc52:ba97:6153:bc2f:732e:096d:be54,
0a0d:cade:b835:a924:0114:bbf6:2520:37c6,
3d14:7e2f:0c74:62fd:2787:d64b:ec9e:34be
|
| random.MACAddress |
A random MAC address |
3e:07:f4:a6:e0:78, 3f:96:92:22:eb:a3,
78:90:57:2e:e8:3b |
| random.password |
A random 15-character alpha-numeric password |
iFy4Z3MGzuTJtO9, FnANh2IdPYf9Dy4,
9C1mpogdtGWqce3 |
| random.locale |
A random two-letter language code (ISO 639-1) |
fr, de,
uk |
| random.userAgent |
A random user agent |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.9.8; rv:15.6) Gecko/20100101 Firefox/15.6.6,
Opera/10.27 (Windows NT 5.3; U; AB Presto/2.9.177 Version/10.00),
Mozilla/5.0 (Windows NT 6.2; rv:13.5) Gecko/20100101 Firefox/13.5.6
|
| random.protocol |
A random internet protocol |
http, https |
| random.mimeType |
A random MIME type |
application/json,
image/jpeg,
text/plain |
| random.semver |
A random semantic version number |
1.6.2,5.2.7,
2.9.5 |
| random.email |
A random email address |
zetta@hotmail.com,patrick@mac.com,
nicholaus@aol.com |
| random.username |
A random username |
barbara88,thomas_2,
zetta.96 |
| random.firstName |
A random first name |
Alexander,Raphael,
Haskell |
| random.lastName |
A random last name |
Fisher,Johnson,
Thompson |
| random.jobArea |
A random job area |
Mobility,Integration,
Brand |
| random.jobDescriptor |
A random job descriptor |
Senior,Customer,
Principal |
| random.jobTitle |
A random job title |
Global Functionality Executive,
Chief Implementation Engineer,
Product Creative Director |
| random.jobType |
A random job type |
Supervisor,
Designer,
Developer |
| random.continent |
A random continent name |
Africa,
Antarctica,
Asia,
Australia,
Europe,
North America,
South America |
| random.city |
A random city name |
Paris,
Los Angeles,
Hong Kong |
| random.country |
A random country |
Canada,
Netherlands,
Germany |
| random.countryCode |
A random two-letter country code (ISO 3166-1) |
FR,
IS,
UK |
| random.currencyCode |
A random 3-letter currency code (ISO-4217) |
AED,
EUR,
USD |
| random.currencyName |
A random currency name |
US Dollar,
Euro,
Yuan |
| random.currencySymbol |
A random currency symbol |
$,
€,
£,
¥,
₹,
₽ |
| random.weekday |
A random weekday |
Wednesday,
Monday,
Friday |
| random.month |
A random month |
March,
August,
October |
| random.timezone |
A random timezone |
Asia/Hong_Kong,
Europe/Berlin,
America/Chicago |