The free to use fast string and number generator API
api.stringgy.com
array
Options are used as GET parameters e.g
https://api.stringgy.com/?length=12&amount=4&type=NUMBERS
This will return 4 numbers that are 12 digits long.
The amount of objects to return
paramamount
1
1
300
The length of the returned objects
paramlength
32
1
124
Custom pool of characters to choose from
paramchars
''
null
null
chars=ABC123
The type of objects to return
paramtype
ALLNOSYMBOLS
null
null
ALL
ALLNOSYMBOLS
NUMBERS
LOWERCASE
UPPERCASE
SYMBOLS