Welcome to the Error Codes API. This service provides access to standardized error codes and messages.
Enter an error code or search for text in error messages:
GET /v1/errors
GET /v1/errors.json - Returns the
user-facing error codes and their details as JSON. Both endpoints return the
same data but fetching the pure JSON file is likely faster.
The errorsFull.json file contains error codes as keys and their details as values:
NOTE: The internal and location fields are not returned in the API response.
{
"00.00.00": {
"href": "...",
"internal": "...",
"location": "...",
"language": {
"en": {
"short": "...",
"long": "..."
}
}
},
...
}
Error codes are structured in the format XX.YY.ZZ where each section has specific meanings: