Translation components API.

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

GET /api/components/kde/plasma-workspacekcm_lookandfeel/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 20,
            "total_words": 104,
            "total_chars": 616,
            "last_change": "2020-11-03T21:12:28.727418Z",
            "recent_changes": 0,
            "translated": 20,
            "translated_words": 104,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 616,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 1,
            "failing_percent": 5.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 20,
            "readonly_percent": 100.0,
            "readonly_words": 104,
            "readonly_words_percent": 100.0,
            "readonly_chars": 616,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.fedoraproject.org/projects/kde/plasma-workspacekcm_lookandfeel/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/plasma-workspacekcm_lookandfeel/en/"
        },
        {
            "total": 20,
            "total_words": 104,
            "total_chars": 616,
            "last_change": "2021-05-18T14:47:27.279325Z",
            "recent_changes": 1,
            "translated": 5,
            "translated_words": 10,
            "translated_percent": 25.0,
            "translated_words_percent": 9.6,
            "translated_chars": 66,
            "translated_chars_percent": 10.7,
            "fuzzy": 9,
            "fuzzy_percent": 45.0,
            "fuzzy_words": 67,
            "fuzzy_words_percent": 64.4,
            "fuzzy_chars": 386,
            "fuzzy_chars_percent": 62.6,
            "failing": 2,
            "failing_percent": 10.0,
            "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": 0,
            "comments": 0,
            "code": "he",
            "name": "Hebrew",
            "url": "https://translate.fedoraproject.org/projects/kde/plasma-workspacekcm_lookandfeel/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/plasma-workspacekcm_lookandfeel/he/"
        }
    ]
}