Skip to content

Endpoints & Versions

The API is accessed using a single endpoint defined by the following domain name. Note that the domain name might have been mapped to multiple IP addresses and those IP addresses may change at any given time. So you should use only the domain name.

API endpoint
https://api.happy-or-not.com

The base URL is followed by versioning information: “vX”, where X is the number of the API version. The current version is v1.

https://api.happy-or-not.com/v1

HappyOrNot may add backwards-compatible changes to API without changing the version number. Following changes are considered as such:

  • Adding new API resources
  • Adding new optional request parameters to existing API methods
  • Adding new properties to existing API responses
  • Adding new values to enumerated properties such as index type or feedback scale
  • Changing the order of properties in existing API responses