Translation components API.

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

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

{
    "total": 199,
    "total_words": 678,
    "last_change": "2024-05-17T14:46:20.567168Z",
    "recent_changes": 4,
    "translated": 198,
    "translated_words": 677,
    "translated_percent": 99.4,
    "translated_words_percent": 99.8,
    "translated_chars": 4256,
    "translated_chars_percent": 99.8,
    "total_chars": 4263,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "de",
    "name": "German",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/de/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/de/"
}