This is the documentation for the Wordbank API. It is currently in progress although current routes and objects are available under Current Resources
Wordbank uses conventional HTTP response codes to indicate the success or failure of an API request. 2XX codes indicate success whereas 4XX codes indicate an error that failed given the information provided (missing parameters, invalid data types etc) and typically includes an error message along with the status code in the response. 5XX codes indicate an error with Wordbank's servers.
Attributes
message (string)
A human-readable message providing more details about the error.
200 | OK | Success. |
---|---|---|
201 | Ok | Successfully created something (a user, category, word) |
400 | Bad Request | The request was unacceptable, often due to missing a required parameter. |
401 | Unauthorized | No valid API key provided. |
402 | Request Failed | The parameters were valid but the request failed. |
403 | Forbidden | The API key doesn’t have permissions to perform the request. |
404 | Not Found | The requested resource doesn’t exist. |
500 | Server Error | Something went wrong on Wordbank's end. |
A comprehensible list of all API endpoints