Back to menu

v4.0.0

Find climate trend information from Climate Check. Currently the only countries supported are the Uninted States of America and Canada.


API Responses

The responses documented here assume a successful response. In the case of an error, a HTTP status code will be provided that best matches the type of error. Common HTTP error status codes are:

An unsuccessful response will also contain JSON data detailing the error. This response follows this model:

{
  "success": false,
  "error": "text detail of the error"
}