Skip to main content
Finkkle One is currently undergoing a major overhaul. The API is disabled until further notice, so live error responses may not match this reference. Finkkle Trends remains accessible. More details soon.
When a Finkkle API request fails, the response includes an error code that identifies the problem. This page lists every error code, explains what triggers it, and tells you how to fix it. For issues not covered here, contact support at [email protected].

API error codes

These errors are returned in API responses with a 4xx or 5xx HTTP status:

Service error codes

These errors may appear in service logs or error response bodies for infrastructure-level failures:

Retry strategy

For transient errors (search_failed, ERR_UPSTREAM_TIMEOUT), use exponential backoff:
Never retry 4xx errors automatically — they indicate a problem with your request that retrying will not fix. Log the error code and surface a meaningful message to your user.

Get help

If you encounter an error not listed here, or need clarification on a service behavior, contact the Finkkle support team: Email: [email protected]
Include: the request ID (from response headers), the error code, a timestamp, and a minimal reproduction if possible.