Translation components API.

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

GET /api/translations/tsujan/featherpad/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 415,
    "total_words": 1736,
    "last_change": "2024-02-18T08:25:20.442392Z",
    "recent_changes": 2,
    "translated": 412,
    "translated_words": 1703,
    "translated_percent": 99.2,
    "translated_words_percent": 98.0,
    "translated_chars": 10283,
    "translated_chars_percent": 98.3,
    "total_chars": 10459,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "de",
    "name": "German",
    "url": "https://translate.lxqt-project.org/projects/tsujan/featherpad/de/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/featherpad/de/"
}