Translation components API.

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

GET /api/translations/phpmyadmin/5-2/lv/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3427,
    "total_words": 22707,
    "total_chars": 141877,
    "last_change": "2023-12-05T18:50:20.185661Z",
    "recent_changes": 0,
    "translated": 600,
    "translated_words": 2754,
    "translated_percent": 17.5,
    "translated_words_percent": 12.1,
    "translated_chars": 16481,
    "translated_chars_percent": 11.6,
    "fuzzy": 1195,
    "fuzzy_percent": 34.8,
    "fuzzy_words": 4248,
    "fuzzy_words_percent": 18.7,
    "fuzzy_chars": 27049,
    "fuzzy_chars_percent": 19.0,
    "failing": 366,
    "failing_percent": 10.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "lv",
    "name": "Latvian",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/lv/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/lv/"
}