Translation components API.

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

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

{
    "total": 3309,
    "total_words": 22025,
    "total_chars": 137414,
    "last_change": "2022-05-09T09:57:55.267877Z",
    "recent_changes": 28,
    "translated": 592,
    "translated_words": 2405,
    "translated_percent": 17.8,
    "translated_words_percent": 10.9,
    "translated_chars": 14428,
    "translated_chars_percent": 10.4,
    "fuzzy": 1097,
    "fuzzy_percent": 33.1,
    "fuzzy_words": 3975,
    "fuzzy_words_percent": 18.0,
    "fuzzy_chars": 25291,
    "fuzzy_chars_percent": 18.4,
    "failing": 324,
    "failing_percent": 9.7,
    "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": 5,
    "comments": 0,
    "code": "lv",
    "name": "Latvian",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/4-9/lv/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/4-9/lv/"
}