Text
Adjective
A word naming an attribute of a noun, such as sweet, red, or technical.
API Endpoint (click to try):
Function name(s):
adjectivetext_random.r_adjective
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Adjective": {
"r_adjective": "Quality"
}
}
Character
A random character.
API Endpoint (click to try):
Function name(s):
charactercore_random.r_character
Parameters:
Name |
Type |
Bound Input |
Description |
pool |
Text |
|
Fixed set of characters to choose from |
alpha |
Text |
[Yes,No] |
Alphanumeric? |
casing |
Text |
[Mixed,Upper,Lower] |
Case specific? |
symbols |
Text |
[Yes,No] |
Include special characters? |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"Character": {
"r_character": "I"
}
}
Description
A short text formatted like a description.
API Endpoint (click to try):
Function name(s):
descriptiontext_random.r_description
Parameters:
Name |
Type |
Bound Input |
Description |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"Description": {
"r_description": "The pocket-size sphere rekputi"
}
}
HEX
A random string of characters and numbers in HEX address space.
API Endpoint (click to try):
Function name(s):
hexcore_random.r_hex
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
length |
Number |
|
Length of string |
upper |
Text |
[Yes,No] |
Force upper? |
Example output:
{
"HEX": {
"r_hex": "58a3a6"
}
}
Paragraph
Two or more sentences, forming a paragraph.
API Endpoint (click to try):
Function name(s):
paragraphtext_random.r_paragraph
Parameters:
Name |
Type |
Bound Input |
Description |
sentences |
Number |
|
Number of sentences in the paragraph. |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"Paragraph": {
"r_paragraph": "The of getting out logs in the yukon he would be going and a. Before could fall to the south and that. Fifty below zero stood for a dark hair-line that curved and twisted away into. Hurt that curved and twisted from around the spruce- covered island."
}
}
Sentence
A number of words forming a sentence.
API Endpoint (click to try):
Function name(s):
sentencetext_random.r_sentence
Parameters:
Name |
Type |
Bound Input |
Description |
words |
Number |
|
Number of words in the sentence. |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"Sentence": {
"r_sentence": "That be guarded against by the use of mittens."
}
}
String
A random string of characters.
API Endpoint (click to try):
Function name(s):
stringcore_random.r_string
Parameters:
Name |
Type |
Bound Input |
Description |
length |
Number |
|
Length of string |
pool |
Text |
|
Fixed set of characters to choose from |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"String": {
"r_string": "w3t/\u"
}
}
Syllable
A random string of characters that has a one vowel sound only.
API Endpoint (click to try):
Function name(s):
syllabletext_random.r_syllable
Parameters:
Name |
Type |
Bound Input |
Description |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"Syllable": {
"r_syllable": "si"
}
}
Text Genre
The genre of a piece of text.
API Endpoint (click to try):
Function name(s):
text_genretext_random.r_textgenre
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Text Genre": {
"r_textgenre": "Horror"
}
}
Word
A random string of characters forming a word of one or more syllables.
API Endpoint (click to try):
Function name(s):
wordtext_random.r_word
Parameters:
Name |
Type |
Bound Input |
Description |
syllables |
Number |
|
Number of syllables in word. |
length |
Number |
|
Length of word. |
capitalize |
Text |
[Yes,No] |
Capitalise? |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"Word": {
"r_word": "diju"
}
}