Translation components API.

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

GET /api/components/python-docs/latest%252Flatestlibraryexceptions/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 175,
            "total_words": 4155,
            "total_chars": 28642,
            "last_change": "2023-11-08T15:34:24.630473Z",
            "recent_changes": 0,
            "translated": 175,
            "translated_words": 4155,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 28642,
            "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": 3,
            "failing_percent": 1.7,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 175,
            "readonly_percent": 100.0,
            "readonly_words": 4155,
            "readonly_words_percent": 100.0,
            "readonly_chars": 28642,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/python-docs/latest/latestlibraryexceptions/en/",
            "translate_url": "https://hosted.weblate.org/translate/python-docs/latest/latestlibraryexceptions/en/"
        },
        {
            "total": 175,
            "total_words": 4155,
            "total_chars": 28642,
            "last_change": "2023-11-11T22:39:49.081735Z",
            "recent_changes": 0,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 1.1,
            "translated_words_percent": 0.1,
            "translated_chars": 15,
            "translated_chars_percent": 0.1,
            "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": "pl",
            "name": "Polish",
            "url": "https://hosted.weblate.org/projects/python-docs/latest/latestlibraryexceptions/pl/",
            "translate_url": "https://hosted.weblate.org/translate/python-docs/latest/latestlibraryexceptions/pl/"
        },
        {
            "total": 175,
            "total_words": 4155,
            "total_chars": 28642,
            "last_change": "2023-11-11T22:39:49.740814Z",
            "recent_changes": 0,
            "translated": 170,
            "translated_words": 4150,
            "translated_percent": 97.1,
            "translated_words_percent": 99.8,
            "translated_chars": 28617,
            "translated_chars_percent": 99.9,
            "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": 0.5,
            "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_BR",
            "name": "Portuguese (Brazil)",
            "url": "https://hosted.weblate.org/projects/python-docs/latest/latestlibraryexceptions/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/python-docs/latest/latestlibraryexceptions/pt_BR/"
        }
    ]
}