Translation components API.

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

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

{
    "total": 199,
    "total_words": 678,
    "last_change": "2024-02-10T02:38:54.208499Z",
    "recent_changes": 6,
    "translated": 166,
    "translated_words": 431,
    "translated_percent": 83.4,
    "translated_words_percent": 63.5,
    "translated_chars": 2742,
    "translated_chars_percent": 64.3,
    "total_chars": 4263,
    "fuzzy": 2,
    "fuzzy_percent": 1.0,
    "failing": 2,
    "failing_percent": 1.0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/id/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/id/"
}