Translation components API.

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

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

{
    "total": 297,
    "total_words": 840,
    "last_change": "2024-02-18T08:04:46.949148Z",
    "recent_changes": 12,
    "translated": 290,
    "translated_words": 824,
    "translated_percent": 97.6,
    "translated_words_percent": 98.0,
    "translated_chars": 5289,
    "translated_chars_percent": 97.6,
    "total_chars": 5419,
    "fuzzy": 4,
    "fuzzy_percent": 1.3,
    "failing": 3,
    "failing_percent": 1.0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qps/it/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qps/it/"
}