Translation components API.

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

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

{
    "total": 297,
    "total_words": 840,
    "last_change": "2023-11-10T12:20:42.373948Z",
    "recent_changes": 2,
    "translated": 297,
    "translated_words": 840,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 5419,
    "translated_chars_percent": 100.0,
    "total_chars": 5419,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.6,
    "code": "lt",
    "name": "Lithuanian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qps/lt/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qps/lt/"
}