Get started
The buffering.ca API provides programmatic access to check if Warren is Canadian.
To use this API, you need an API key which is provided here: HEISPROBABLYCANADIAN
Check
To check if Warren is Canadian you need to make a GET call to the following url :
https://api.warren.buffering.ca/check
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| secret_key | String | Your API key. |
| name | String | name to check if Canadian. |
Errors
warren.buffering.ca API uses the following error codes:
| Error Code | Meaning |
|---|---|
| X000 | Some parameters are missing. This error appears when you don't pass every mandatory parameters. |
| X001 |
Unknown or invalid secret_key. This error appears if you use an unknown API key or if your API key expired.
|
| X002 | General Error - Service unavailable |