v3.0.0
SignPuddle 3 collections are organized by country and language codes
Source: ApiTxt format and JSON objects
Documents: API Blueprint and Stand Alone HTML
Live Page: API Interface and JavaScript
List of countries with size and activity.
The available countries where signs are available.
null
Headers | |
---|---|
Content-Type | text/plain |
text/plain
BR
US
A string for accounting and validation
null
Headers | |
---|---|
Content-Type | text/plain |
text/plain
{"pass": "90c19ce2076db097c75b3406e966a6b6","ip": "192.168.254.2"}
{"username":"anonymous","pass":"af77..."}
Headers |
---|
Validation of user with validated password
Headers | |
---|---|
Content-Type | application/json |
application/json
{"username":"anonymous","pass":"af77...","validated":"2793f..."}
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"username": {
"type": "string",
"description": "name of the user"
},
"pass": {
"type": "string",
"description": "pass for session validation"
},
"validated": {
"type": "string",
"description": "validated pass mixed with password"
}
}
}
response text here
Headers | |
---|---|
Content-Type | application/json |
application/json
{"user-profile":""}
User details
Updates the profile of the user
Parameters | |||
---|---|---|---|
name |
string
slevinski
|
The name of a user |
Headers | |
---|---|
Pass | 5ffab638bde372b4fa63bb6f8484595d |
null
Headers |
---|
Creates and returns a new user
Parameters | |||
---|---|---|---|
name |
string
slevinski
|
The name of a user |
Headers | |
---|---|
Pass | 5ffab638bde372b4fa63bb6f8484595d |
null
Headers | |
---|---|
Content-Type | text/plain |
text/plain
profile created and returned
User password resource
Updates the password of the user
Parameters | |||
---|---|---|---|
name |
string
slevinski
|
The name of a user |
Headers | |
---|---|
Content-Type | plain/text |
Pass | 5ffab638bde372b4fa63bb6f8484595d |
plain/text
{"old":"149603e6c03516362a8da23f624db945","new":"22af645d1859cb5ca6da0c484f1f37ea"}
Headers |
---|
Creates a temporary password for the user
Parameters | |||
---|---|---|---|
name |
string
slevinski
|
The name of a user |
Headers | |
---|---|
Content-Type | plain/text |
Pass | 5ffab638bde372b4fa63bb6f8484595d |
plain/text
null
Headers |
---|
Requests for email of username or password reset
User email requests for username or passwords
Headers | |
---|---|
Pass | 5ffab638bde372b4fa63bb6f8484595d |
null
Headers | |
---|---|
Content-Type | text/plain |
text/plain
[{"name":"slevinski","email":"slevinski@signwriting.org","temp":"username"}]
Forgot username email lookup
Creates a request for email of username
Parameters | |||
---|---|---|---|
email |
string
slevinski@signwriting.org
|
The email for a user |
Headers | |
---|---|
Pass | 5ffab638bde372b4fa63bb6f8484595d |
null
Headers |
---|