Endpoints Index
Every operation on one page, with the wiki page that explains it.
Base URL: https://languages.service.custom.mt. No authentication. Interactive reference: ReDoc.
Resolve
Languages
| Method |
Path |
What |
Explained in |
GET |
/v1/languages |
List. q, kind, active, limit, offset |
Language Catalog |
GET |
/v1/languages/{code} |
One language, by canonical code or any alias |
Language Catalog |
GET |
/v1/languages/{code}/providers |
This language across every provider |
Language Catalog |
Providers
Health
| Method |
Path |
What |
GET |
/health |
Liveness — process only, never touches the database |
GET |
/health/ready |
Readiness — database and catalog. 503 when not ready |
Documentation
| Path |
What |
/wiki |
this wiki (EN · УКР · РУС) |
/redoc |
interactive API reference |
/openapi.json |
the OpenAPI document |
/docs |
Swagger UI, when DOCS_ENABLED=true |
Admin
Behind a login, not part of the public API and absent from the OpenAPI document. See Admin Panel.
| Path |
What |
/admin |
overview and coverage |
/admin/providers/{code}/matrix |
the editing screen |
/admin/languages |
language catalog |
/admin/tools |
resolve tester, JSON export |
/admin/audit |
change log |