Translation components API.

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

GET /api/components/cnp3-ebook/principlesnaming/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 31,
            "total_words": 1900,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 12068,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "cs",
            "name": "Czech",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlesnaming/cs/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/principlesnaming/cs/"
        },
        {
            "total": 31,
            "total_words": 1900,
            "last_change": "2021-08-27T13:21:41.907342Z",
            "recent_changes": 1,
            "translated": 31,
            "translated_words": 1900,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 12068,
            "translated_chars_percent": 100.0,
            "total_chars": 12068,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 3.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlesnaming/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/principlesnaming/fr/"
        },
        {
            "total": 31,
            "total_words": 1900,
            "last_change": "2020-03-22T11:36:07.691415Z",
            "recent_changes": 1,
            "translated": 13,
            "translated_words": 1087,
            "translated_percent": 41.9,
            "translated_words_percent": 57.2,
            "translated_chars": 6786,
            "translated_chars_percent": 56.2,
            "total_chars": 12068,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 3.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "vi",
            "name": "Vietnamese",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlesnaming/vi/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/principlesnaming/vi/"
        },
        {
            "total": 31,
            "total_words": 1900,
            "last_change": "2020-10-15T04:38:04.554278Z",
            "recent_changes": 1,
            "translated": 3,
            "translated_words": 197,
            "translated_percent": 9.6,
            "translated_words_percent": 10.3,
            "translated_chars": 1231,
            "translated_chars_percent": 10.2,
            "total_chars": 12068,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlesnaming/zh_Hans/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/principlesnaming/zh_Hans/"
        },
        {
            "total": 38,
            "total_words": 2757,
            "last_change": null,
            "recent_changes": 0,
            "translated": 38,
            "translated_words": 2757,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 17349,
            "translated_chars_percent": 100.0,
            "total_chars": 17349,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 2.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 38,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/principlesnaming/en/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/principlesnaming/en/"
        }
    ]
}