API · problem · HTTP 404
No such resource
This page is what the type field of the error points at. Every answer this API refuses carries one, and it is a stable address rather than a version of the docs.
The refusalnot-found
- When it happens
- The id or country code in the path is not one this corpus publishes.
- What to do
- GET /v1/catalogue lists every addressable id and country. Every id it returns answers 200, and a test holds that true.
The shape of the answerRFC 9457
Problem details: type, title, status and detail, plus whatever the individual failure can usefully add. The detail is written for the person reading the log, and names the parameter or the id that caused it.
| type | This page’s address. Stable. |
|---|---|
| title | No such resource |
| status | 404 |
| detail | What went wrong, in this request. |
The full list of failures, with the schema, is in the API documentation.