Translation components API.


See <a href="https://docs.weblate.org/en/weblate-3.6.1/api.html#components">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "count": 28,
    "next": null,
    "previous": "https://weblate.protegus.eu/api/components/protegus/mail/statistics/?format=api",
    "results": [
        {
            "code": "ro",
            "name": "Romanian",
            "total": 32,
            "total_words": 454,
            "last_change": "2022-08-31T13:31:16.436693Z",
            "last_author": "Valdas",
            "translated": 14,
            "translated_words": 141,
            "translated_percent": 43.8,
            "fuzzy": 12,
            "fuzzy_percent": 37.5,
            "failing": 12,
            "failing_percent": 37.5,
            "url": "https://weblate.protegus.eu/engage/protegus/ro/",
            "url_translate": "https://weblate.protegus.eu/projects/protegus/mail/ro/"
        },
        {
            "code": "ru",
            "name": "Russian",
            "total": 32,
            "total_words": 454,
            "last_change": "2022-08-31T13:33:23.310760Z",
            "last_author": "Valdas",
            "translated": 24,
            "translated_words": 335,
            "translated_percent": 75.0,
            "fuzzy": 8,
            "fuzzy_percent": 25.0,
            "failing": 8,
            "failing_percent": 25.0,
            "url": "https://weblate.protegus.eu/engage/protegus/ru/",
            "url_translate": "https://weblate.protegus.eu/projects/protegus/mail/ru/"
        },
        {
            "code": "sr",
            "name": "Serbian",
            "total": 32,
            "total_words": 454,
            "last_change": "2022-09-01T08:54:31.644406Z",
            "last_author": "Valdas",
            "translated": 17,
            "translated_words": 167,
            "translated_percent": 53.1,
            "fuzzy": 15,
            "fuzzy_percent": 46.9,
            "failing": 25,
            "failing_percent": 78.1,
            "url": "https://weblate.protegus.eu/engage/protegus/sr/",
            "url_translate": "https://weblate.protegus.eu/projects/protegus/mail/sr/"
        },
        {
            "code": "sk",
            "name": "Slovak",
            "total": 32,
            "total_words": 454,
            "last_change": null,
            "last_author": null,
            "translated": 31,
            "translated_words": 451,
            "translated_percent": 96.9,
            "fuzzy": 1,
            "fuzzy_percent": 3.1,
            "failing": 31,
            "failing_percent": 96.9,
            "url": "https://weblate.protegus.eu/engage/protegus/sk/",
            "url_translate": "https://weblate.protegus.eu/projects/protegus/mail/sk/"
        },
        {
            "code": "sl",
            "name": "Slovenian",
            "total": 32,
            "total_words": 454,
            "last_change": "2022-09-01T09:41:50.386090Z",
            "last_author": "Valdas",
            "translated": 15,
            "translated_words": 157,
            "translated_percent": 46.9,
            "fuzzy": 11,
            "fuzzy_percent": 34.4,
            "failing": 8,
            "failing_percent": 25.0,
            "url": "https://weblate.protegus.eu/engage/protegus/sl/",
            "url_translate": "https://weblate.protegus.eu/projects/protegus/mail/sl/"
        },
        {
            "code": "es",
            "name": "Spanish",
            "total": 32,
            "total_words": 454,
            "last_change": "2023-01-26T11:12:56.201574Z",
            "last_author": "Vigilija",
            "translated": 32,
            "translated_words": 454,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "https://weblate.protegus.eu/engage/protegus/es/",
            "url_translate": "https://weblate.protegus.eu/projects/protegus/mail/es/"
        },
        {
            "code": "sv",
            "name": "Swedish",
            "total": 32,
            "total_words": 454,
            "last_change": "2021-04-26T06:58:50.281518Z",
            "last_author": "Valdas",
            "translated": 21,
            "translated_words": 257,
            "translated_percent": 65.6,
            "fuzzy": 11,
            "fuzzy_percent": 34.4,
            "failing": 31,
            "failing_percent": 96.9,
            "url": "https://weblate.protegus.eu/engage/protegus/sv/",
            "url_translate": "https://weblate.protegus.eu/projects/protegus/mail/sv/"
        },
        {
            "code": "tr",
            "name": "Turkish",
            "total": 32,
            "total_words": 454,
            "last_change": "2022-09-01T12:17:12.666602Z",
            "last_author": "Valdas",
            "translated": 26,
            "translated_words": 343,
            "translated_percent": 81.2,
            "fuzzy": 6,
            "fuzzy_percent": 18.8,
            "failing": 6,
            "failing_percent": 18.8,
            "url": "https://weblate.protegus.eu/engage/protegus/tr/",
            "url_translate": "https://weblate.protegus.eu/projects/protegus/mail/tr/"
        }
    ]
}