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": 211,
    "total_words": 734,
    "last_change": "2024-07-25T11:04:05.574950Z",
    "recent_changes": 6,
    "translated": 161,
    "translated_words": 406,
    "translated_percent": 76.3,
    "translated_words_percent": 55.3,
    "translated_chars": 2532,
    "translated_chars_percent": 55.7,
    "total_chars": 4540,
    "fuzzy": 4,
    "fuzzy_percent": 1.8,
    "failing": 2,
    "failing_percent": 0.9,
    "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/"
}