HTTP Request:
GET https://api-betazone.glitch.me/version
Example:
-> https://api-betazone.glitch.me/version
{ "version":"0.5.1" }
HTTP Request:
GET https://api-betazone.glitch.me/ping?min=0&max100
min
must be between 0-1000max
between 1-1000max
must be greater than min
Example:
-> https://api-betazone.glitch.me/ping?min=0&max=1000
{ "ping": 57 }
HTTP Request:
GET https://api-betazone.glitch.me/random/name
Example:
-> https://api-betazone.glitch.me/random/name
{ "name":"MULHOLLAND" }