Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/lxqt-panel/plugin-customcommand/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 32,
    "total_words": 77,
    "last_change": "2025-02-04T11:15:01.111840Z",
    "recent_changes": 4,
    "translated": 30,
    "translated_words": 72,
    "translated_percent": 93.7,
    "translated_words_percent": 93.5,
    "translated_chars": 406,
    "translated_chars_percent": 92.9,
    "total_chars": 437,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/pt_BR/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/pt_BR/"
}