Translation components API.

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

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

{
    "total": 415,
    "total_words": 1736,
    "last_change": "2023-08-23T04:37:56.664261Z",
    "recent_changes": 8,
    "translated": 160,
    "translated_words": 296,
    "translated_percent": 38.5,
    "translated_words_percent": 17.0,
    "translated_chars": 1840,
    "translated_chars_percent": 17.5,
    "total_chars": 10459,
    "fuzzy": 6,
    "fuzzy_percent": 1.4,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "el",
    "name": "Greek",
    "url": "https://translate.lxqt-project.org/projects/tsujan/featherpad/el/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/featherpad/el/"
}