Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 40,
            "total_words": 1591,
            "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": 9203,
            "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/exercisesex-sharing/cs/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisesex-sharing/cs/"
        },
        {
            "total": 40,
            "total_words": 1591,
            "last_change": "2021-03-04T11:23:08.645573Z",
            "recent_changes": 1,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 5.0,
            "translated_words_percent": 0.2,
            "translated_chars": 37,
            "translated_chars_percent": 0.4,
            "total_chars": 9203,
            "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": "fr",
            "name": "French",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisesex-sharing/fr/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisesex-sharing/fr/"
        },
        {
            "total": 41,
            "total_words": 1633,
            "last_change": null,
            "recent_changes": 0,
            "translated": 41,
            "translated_words": 1633,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 9474,
            "translated_chars_percent": 100.0,
            "total_chars": 9474,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 41,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/exercisesex-sharing/en/",
            "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisesex-sharing/en/"
        }
    ]
}