Stringgy

The free to use fast string and number generator API

Options

Endpoint api.stringgy.com
Returns 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.


Amount

The amount of objects to return

param amount
default 1
min 1
max 300

Length

The length of the returned objects

param length
default 32
min 1
max 124

Chars

Custom pool of characters to choose from

param chars
default ''
min null
max null
example chars=ABC123

Type

The type of objects to return

param type
default ALLNOSYMBOLS
min null
max null
option ALL
option ALLNOSYMBOLS
option NUMBERS
option LOWERCASE
option UPPERCASE
option SYMBOLS