Translation components API.

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

GET /api/components/seeyoumobile/mcu/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 25,
    "next": null,
    "previous": "https://t.naviter.com/api/components/seeyoumobile/mcu/statistics/?format=api",
    "results": [
        {
            "total": 1543,
            "total_words": 3756,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1337,
            "translated_words": 3116,
            "translated_percent": 86.6,
            "translated_words_percent": 82.9,
            "translated_chars": 18743,
            "translated_chars_percent": 82.3,
            "total_chars": 22753,
            "fuzzy": 83,
            "fuzzy_percent": 5.3,
            "failing": 98,
            "failing_percent": 6.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "tr",
            "name": "Turkish",
            "url": "https://t.naviter.com/projects/seeyoumobile/mcu/tr/",
            "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/tr/"
        },
        {
            "total": 1543,
            "total_words": 3756,
            "last_change": "2020-11-11T15:46:07.944102Z",
            "recent_changes": 8,
            "translated": 1280,
            "translated_words": 2881,
            "translated_percent": 82.9,
            "translated_words_percent": 76.7,
            "translated_chars": 17333,
            "translated_chars_percent": 76.1,
            "total_chars": 22753,
            "fuzzy": 89,
            "fuzzy_percent": 5.7,
            "failing": 143,
            "failing_percent": 9.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "url": "https://t.naviter.com/projects/seeyoumobile/mcu/zh_Hant/",
            "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/zh_Hant/"
        },
        {
            "total": 1543,
            "total_words": 3756,
            "last_change": "2024-02-24T05:48:12.324566Z",
            "recent_changes": 4,
            "translated": 1519,
            "translated_words": 3684,
            "translated_percent": 98.4,
            "translated_words_percent": 98.0,
            "translated_chars": 22333,
            "translated_chars_percent": 98.1,
            "total_chars": 22753,
            "fuzzy": 17,
            "fuzzy_percent": 1.1,
            "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://t.naviter.com/projects/seeyoumobile/mcu/zh_Hans/",
            "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/zh_Hans/"
        },
        {
            "total": 1519,
            "total_words": 3684,
            "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": 22333,
            "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": "pt_BR",
            "name": "Portuguese (Brazil)",
            "url": "https://t.naviter.com/projects/seeyoumobile/mcu/pt_BR/",
            "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/pt_BR/"
        },
        {
            "total": 1543,
            "total_words": 3756,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1543,
            "translated_words": 3756,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 22753,
            "translated_chars_percent": 100.0,
            "total_chars": 22753,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 598,
            "failing_percent": 38.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1543,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://t.naviter.com/projects/seeyoumobile/mcu/en/",
            "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/en/"
        }
    ]
}