API Documentation

Requirements

General Form

All API requests come in the following form:
/api/v1/password/?<length>&<lower>&<upper>&<int>&<special>

Example

The following request:
https://www.psswrd.net/api/v1/password/?length=17&lower=1&upper=0&int=1&special=0
return:
{"password":"tag2qzv8ry0b4r1kn"}

A default password can be generated at https://www.psswrd.net/api/v1/password/ with the following default values:

Formats

JSON

Password is returned in a JSON object.
Text is encoded as UTF8.
Example:
{"password":"avNMVi<o.d9m(QdJ"}