Translation components API.

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

GET /api/translations/lxqt-desktop/qterminal/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 211,
    "total_words": 734,
    "last_change": "2023-12-11T16:21:05.815221Z",
    "recent_changes": 4,
    "translated": 186,
    "translated_words": 616,
    "translated_percent": 88.1,
    "translated_words_percent": 83.9,
    "translated_chars": 3838,
    "translated_chars_percent": 84.4,
    "total_chars": 4547,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/fa/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/fa/"
}