Translation components API.

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

GET /api/components/commons-app/glossary/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 16,
            "total_words": 20,
            "total_chars": 122,
            "last_change": null,
            "recent_changes": 0,
            "translated": 16,
            "translated_words": 20,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 122,
            "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": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 16,
            "readonly_percent": 100.0,
            "readonly_words": 20,
            "readonly_words_percent": 100.0,
            "readonly_chars": 122,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/commons-app/glossary/en/",
            "translate_url": "https://hosted.weblate.org/translate/commons-app/glossary/en/"
        },
        {
            "total": 2,
            "total_words": 2,
            "total_chars": 9,
            "last_change": "2019-04-03T07:29:41Z",
            "recent_changes": 2,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 9,
            "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": 0,
            "failing_percent": 0.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": "pt",
            "name": "Portuguese",
            "url": "https://hosted.weblate.org/projects/commons-app/glossary/pt/",
            "translate_url": "https://hosted.weblate.org/translate/commons-app/glossary/pt/"
        },
        {
            "total": 1,
            "total_words": 1,
            "total_chars": 8,
            "last_change": "2020-04-01T13:33:17.079194Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 8,
            "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": 0,
            "failing_percent": 0.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": "fi",
            "name": "Finnish",
            "url": "https://hosted.weblate.org/projects/commons-app/glossary/fi/",
            "translate_url": "https://hosted.weblate.org/translate/commons-app/glossary/fi/"
        },
        {
            "total": 3,
            "total_words": 6,
            "total_chars": 30,
            "last_change": "2019-05-15T03:31:18Z",
            "recent_changes": 2,
            "translated": 3,
            "translated_words": 6,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 30,
            "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": 0,
            "failing_percent": 0.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": "ko",
            "name": "Korean",
            "url": "https://hosted.weblate.org/projects/commons-app/glossary/ko/",
            "translate_url": "https://hosted.weblate.org/translate/commons-app/glossary/ko/"
        },
        {
            "total": 11,
            "total_words": 12,
            "total_chars": 81,
            "last_change": "2017-12-26T17:13:10Z",
            "recent_changes": 11,
            "translated": 11,
            "translated_words": 12,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 81,
            "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": 0,
            "failing_percent": 0.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": "zh_Hant",
            "name": "Chinese (Traditional)",
            "url": "https://hosted.weblate.org/projects/commons-app/glossary/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/commons-app/glossary/zh_Hant/"
        },
        {
            "total": 1,
            "total_words": 1,
            "total_chars": 10,
            "last_change": "2017-12-26T16:18:50Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 10,
            "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": 0,
            "failing_percent": 0.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": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "https://hosted.weblate.org/projects/commons-app/glossary/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/commons-app/glossary/zh_Hans/"
        }
    ]
}