Skip to main content

API problem types

Spirius APIs answer errors as application/problem+json (RFC 9457). The type field of every error is the address of one of the pages below.

StatusTypeMeaning
401unauthorizedThe credentials are missing or wrong.
403forbiddenThe request is refused; other credentials would not help.
404not-foundNo resource exists at the path.
405method-not-allowedThe method is not allowed on the path.
429rate-limitedThe client's request rate is exceeded.
429quota-exceededThe client's quota is used up.
500internal-errorAn unexpected error on our side.
503provider-unavailableA provider the API depends on did not answer.
503service-unavailableThe request could not be completed right now.