Translation components API.

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

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

{
    "total": 415,
    "total_words": 1736,
    "last_change": "2022-11-17T14:32:00.006493Z",
    "recent_changes": 9,
    "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": 1,
    "failing_percent": 0.2,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.lxqt-project.org/projects/tsujan/featherpad/da/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/featherpad/da/"
}