Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 10,
            "total_words": 68,
            "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": 502,
            "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/index/cs/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/index/cs/"
        },
        {
            "total": 10,
            "total_words": 68,
            "last_change": "2019-10-14T09:05:04.484208Z",
            "recent_changes": 11,
            "translated": 10,
            "translated_words": 68,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 502,
            "translated_chars_percent": 100.0,
            "total_chars": 502,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 5,
            "failing_percent": 50.0,
            "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/index/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/index/fr/"
        },
        {
            "total": 10,
            "total_words": 68,
            "last_change": "2020-01-02T15:55:57.369812Z",
            "recent_changes": 1,
            "translated": 10,
            "translated_words": 68,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 502,
            "translated_chars_percent": 100.0,
            "total_chars": 502,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 20.0,
            "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/index/vi/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/index/vi/"
        },
        {
            "total": 12,
            "total_words": 114,
            "last_change": null,
            "recent_changes": 0,
            "translated": 12,
            "translated_words": 114,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 979,
            "translated_chars_percent": 100.0,
            "total_chars": 979,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 16.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 12,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/index/en/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/index/en/"
        }
    ]
}