Translation components API.

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

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

{
    "total": 211,
    "total_words": 734,
    "last_change": "2024-05-29T16:13:45.688793Z",
    "recent_changes": 3,
    "translated": 190,
    "translated_words": 641,
    "translated_percent": 90.0,
    "translated_words_percent": 87.3,
    "translated_chars": 3996,
    "translated_chars_percent": 88.0,
    "total_chars": 4540,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.4,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/hr/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/hr/"
}