Translation components API.

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

GET /api/components/wtforms/wtforms/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 32,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 1403688,
            "filename": "src/wtforms/locale/wtforms.pot",
            "revision": "e849881e879117b5cea0848b49214ab0da70f67f",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/en/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/en/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 27,
            "failing_checks_words": 175,
            "failing_checks_percent": 75.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/en/units/?format=api"
        },
        {
            "language": {
                "id": 88,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 10,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara",
                    "arb"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://hosted.weblate.org/languages/ar/",
                "url": "https://hosted.weblate.org/api/languages/ar/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 1403689,
            "filename": "src/wtforms/locale/ar/LC_MESSAGES/wtforms.po",
            "revision": "3e9f9e3be86a65b13c209150de7ff429a0cd6b45",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/ar/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/ar/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 4,
            "failing_checks_words": 53,
            "failing_checks_percent": 11.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:25.426412+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ar/units/?format=api"
        },
        {
            "language": {
                "id": 41,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 43,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://hosted.weblate.org/languages/bg/",
                "url": "https://hosted.weblate.org/api/languages/bg/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bg/statistics/?format=api"
            },
            "language_code": "bg",
            "id": 1403690,
            "filename": "src/wtforms/locale/bg/LC_MESSAGES/wtforms.po",
            "revision": "2398b876a626266826251958c6f141c6d01dd9a1",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/bg/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/bg/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 16,
            "failing_checks_words": 87,
            "failing_checks_percent": 44.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:25.497373+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/bg/units/?format=api"
        },
        {
            "language": {
                "id": 53,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 46,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://hosted.weblate.org/languages/ca/",
                "url": "https://hosted.weblate.org/api/languages/ca/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ca/statistics/?format=api"
            },
            "language_code": "ca",
            "id": 1403691,
            "filename": "src/wtforms/locale/ca/LC_MESSAGES/wtforms.po",
            "revision": "8389f77ef38c944ec304af73f8281d6bd2e01ac5",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/ca/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/ca/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 15,
            "failing_checks_words": 87,
            "failing_checks_percent": 41.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:25.570552+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ca/units/?format=api"
        },
        {
            "language": {
                "id": 56,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://hosted.weblate.org/languages/cs/",
                "url": "https://hosted.weblate.org/api/languages/cs/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs_CZ",
            "id": 1403692,
            "filename": "src/wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.po",
            "revision": "ffa6e3dd737fd22b334f80d997fd69404aebb749",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/cs/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/cs/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 5,
            "failing_checks_words": 57,
            "failing_checks_percent": 13.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:25.653785+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cs/units/?format=api"
        },
        {
            "language": {
                "id": 55,
                "code": "cy",
                "name": "Welsh",
                "plural": {
                    "id": 342,
                    "source": 0,
                    "number": 6,
                    "formula": "(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5",
                    "type": 12
                },
                "aliases": [
                    "cym",
                    "wel"
                ],
                "direction": "ltr",
                "population": 884910,
                "web_url": "https://hosted.weblate.org/languages/cy/",
                "url": "https://hosted.weblate.org/api/languages/cy/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cy/statistics/?format=api"
            },
            "language_code": "cy",
            "id": 1403693,
            "filename": "src/wtforms/locale/cy/LC_MESSAGES/wtforms.po",
            "revision": "ce6b8026099741e7877c34d844e2d09989f8b5fb",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/cy/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/cy/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/cy/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 21,
            "failing_checks_words": 115,
            "failing_checks_percent": 58.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:25.723023+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cy/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cy/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cy/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cy/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/cy/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 1403694,
            "filename": "src/wtforms/locale/de/LC_MESSAGES/wtforms.po",
            "revision": "ef530ad7989df1da523230d75a7f77ca6753bce1",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/de/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/de/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 3,
            "failing_checks_words": 47,
            "failing_checks_percent": 8.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:25.794909+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de/units/?format=api"
        },
        {
            "language": {
                "id": 191,
                "code": "de_CH",
                "name": "German (Switzerland)",
                "plural": {
                    "id": 303,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "des"
                ],
                "direction": "ltr",
                "population": 6134912,
                "web_url": "https://hosted.weblate.org/languages/de_CH/",
                "url": "https://hosted.weblate.org/api/languages/de_CH/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de_CH/statistics/?format=api"
            },
            "language_code": "de_CH",
            "id": 1403695,
            "filename": "src/wtforms/locale/de_CH/LC_MESSAGES/wtforms.po",
            "revision": "323f32cf8a3d0409bad214a3b1e6da725dbfb753",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/de_CH/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/de_CH/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/de_CH/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de_CH/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 15,
            "failing_checks_words": 97,
            "failing_checks_percent": 41.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:25.864274+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de_CH/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de_CH/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de_CH/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de_CH/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/de_CH/units/?format=api"
        },
        {
            "language": {
                "id": 29,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 108,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://hosted.weblate.org/languages/el/",
                "url": "https://hosted.weblate.org/api/languages/el/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/el/statistics/?format=api"
            },
            "language_code": "el",
            "id": 1403696,
            "filename": "src/wtforms/locale/el/LC_MESSAGES/wtforms.po",
            "revision": "d3035c907e60228575437173ff7356726f903898",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/el/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/el/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 17,
            "failing_checks_words": 89,
            "failing_checks_percent": 47.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:25.951765+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/el/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 1403697,
            "filename": "src/wtforms/locale/es/LC_MESSAGES/wtforms.po",
            "revision": "db13ca4b129f7baf8df8e701d2b6254ac71c8f3a",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/es/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/es/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-15T10:06:17.899736+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/es/units/?format=api"
        },
        {
            "language": {
                "id": 34,
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 84,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est",
                    "ekk"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "https://hosted.weblate.org/languages/et/",
                "url": "https://hosted.weblate.org/api/languages/et/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/et/statistics/?format=api"
            },
            "language_code": "et",
            "id": 1403698,
            "filename": "src/wtforms/locale/et/LC_MESSAGES/wtforms.po",
            "revision": "8241a607b189dfc4e56a36720d1040e0cd77e7a8",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/et/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/et/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 17,
            "failing_checks_words": 117,
            "failing_checks_percent": 47.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:26.109989+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/et/units/?format=api"
        },
        {
            "language": {
                "id": 108,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 241,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per",
                    "pes"
                ],
                "direction": "rtl",
                "population": 84710458,
                "web_url": "https://hosted.weblate.org/languages/fa/",
                "url": "https://hosted.weblate.org/api/languages/fa/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fa/statistics/?format=api"
            },
            "language_code": "fa",
            "id": 1403699,
            "filename": "src/wtforms/locale/fa/LC_MESSAGES/wtforms.po",
            "revision": "979ce02dd8074009ca34df22f46e8d733a998455",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/fa/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/fa/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/fa/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 8,
            "failing_checks_words": 74,
            "failing_checks_percent": 22.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:26.190424+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fa/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fa/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fa/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fa/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fa/units/?format=api"
        },
        {
            "language": {
                "id": 110,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 89,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://hosted.weblate.org/languages/fi/",
                "url": "https://hosted.weblate.org/api/languages/fi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fi/statistics/?format=api"
            },
            "language_code": "fi",
            "id": 1403700,
            "filename": "src/wtforms/locale/fi/LC_MESSAGES/wtforms.po",
            "revision": "2e8c0e55c44bb62409c2168951425f2d8dc56412",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/fi/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/fi/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 13,
            "failing_checks_words": 75,
            "failing_checks_percent": 36.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:26.265474+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fi/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 1403701,
            "filename": "src/wtforms/locale/fr/LC_MESSAGES/wtforms.po",
            "revision": "ccf0757466d78bd2e6ac7f1a9688a1456b3a430b",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/fr/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/fr/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:46.648703+01:00",
            "last_author": "Éloi Rivard",
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/fr/units/?format=api"
        },
        {
            "language": {
                "id": 69,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 131,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://hosted.weblate.org/languages/he/",
                "url": "https://hosted.weblate.org/api/languages/he/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/he/statistics/?format=api"
            },
            "language_code": "he",
            "id": 1403702,
            "filename": "src/wtforms/locale/he/LC_MESSAGES/wtforms.po",
            "revision": "91c19d57bfbe5d055c374f72443fa60fa4291e41",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/he/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/he/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/he/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 28,
            "translated_words": 152,
            "translated_percent": 77.7,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 16,
            "failing_checks_words": 100,
            "failing_checks_percent": 44.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:26.433062+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/he/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/he/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/he/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/he/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/he/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 136,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://hosted.weblate.org/languages/hu/",
                "url": "https://hosted.weblate.org/api/languages/hu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu",
            "id": 1403703,
            "filename": "src/wtforms/locale/hu/LC_MESSAGES/wtforms.po",
            "revision": "f914302ab2aab01b9034f65e7c340afb1a77acfb",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/hu/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/hu/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 16,
            "failing_checks_words": 108,
            "failing_checks_percent": 44.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:26.513080+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/hu/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://hosted.weblate.org/languages/it/",
                "url": "https://hosted.weblate.org/api/languages/it/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 1403704,
            "filename": "src/wtforms/locale/it/LC_MESSAGES/wtforms.po",
            "revision": "33d9d31bf27b41aff8b82d071b2029e130eab245",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/it/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/it/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 14,
            "failing_checks_words": 78,
            "failing_checks_percent": 38.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:26.586093+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/it/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://hosted.weblate.org/languages/ja/",
                "url": "https://hosted.weblate.org/api/languages/ja/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 1403705,
            "filename": "src/wtforms/locale/ja/LC_MESSAGES/wtforms.po",
            "revision": "f650bc289c3fb921925f48152b9300ca53199d62",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/ja/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/ja/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 30,
            "translated_words": 162,
            "translated_percent": 83.3,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:26.658409+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ja/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://hosted.weblate.org/languages/ko/",
                "url": "https://hosted.weblate.org/api/languages/ko/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 1403706,
            "filename": "src/wtforms/locale/ko/LC_MESSAGES/wtforms.po",
            "revision": "068736856ac99784c06277a10140eefbef10887e",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/ko/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/ko/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 31,
            "failing_checks_percent": 5.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-04T06:07:10.960609+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ko/units/?format=api"
        },
        {
            "language": {
                "id": 449,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 447,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://hosted.weblate.org/languages/nb_NO/",
                "url": "https://hosted.weblate.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nb_NO/statistics/?format=api"
            },
            "language_code": "nb",
            "id": 1403707,
            "filename": "src/wtforms/locale/nb/LC_MESSAGES/wtforms.po",
            "revision": "8e687cccd8984ff9563f03e4db2cb1cf9b7e6b28",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 16,
            "failing_checks_words": 108,
            "failing_checks_percent": 44.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:26.813451+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "language_code": "nl",
            "id": 1403708,
            "filename": "src/wtforms/locale/nl/LC_MESSAGES/wtforms.po",
            "revision": "e8a97de7099528b12637a9a6639bd41ec41f7f19",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/nl/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/nl/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-22T12:01:48.147710+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/nl/units/?format=api"
        },
        {
            "language": {
                "id": 78,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://hosted.weblate.org/languages/pl/",
                "url": "https://hosted.weblate.org/api/languages/pl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pl/statistics/?format=api"
            },
            "language_code": "pl",
            "id": 1403709,
            "filename": "src/wtforms/locale/pl/LC_MESSAGES/wtforms.po",
            "revision": "d14a1579b86f08b3faf7f10b9570f011b0ad8482",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/pl/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/pl/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 14,
            "failing_checks_words": 78,
            "failing_checks_percent": 38.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:26.983326+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pl/units/?format=api"
        },
        {
            "language": {
                "id": 58,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 245,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://hosted.weblate.org/languages/pt/",
                "url": "https://hosted.weblate.org/api/languages/pt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 1403710,
            "filename": "src/wtforms/locale/pt/LC_MESSAGES/wtforms.po",
            "revision": "d30d248392f90d0ee5d54129f9925d3bb42a2182",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/pt/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/pt/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 29,
            "translated_words": 157,
            "translated_percent": 80.5,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 3,
            "failing_checks_words": 26,
            "failing_checks_percent": 8.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:27.063489+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/pt/units/?format=api"
        },
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "language_code": "ru",
            "id": 1403711,
            "filename": "src/wtforms/locale/ru/LC_MESSAGES/wtforms.po",
            "revision": "4b0f168dee1f733d28ac9af88a74626936a7adeb",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/ru/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/ru/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 34,
            "translated_words": 194,
            "translated_percent": 94.4,
            "fuzzy": 2,
            "fuzzy_words": 22,
            "fuzzy_percent": 5.5,
            "failing_checks": 4,
            "failing_checks_words": 31,
            "failing_checks_percent": 11.1,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-04-26T23:07:19.206613+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ru/units/?format=api"
        },
        {
            "language": {
                "id": 120,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 279,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://hosted.weblate.org/languages/sk/",
                "url": "https://hosted.weblate.org/api/languages/sk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sk/statistics/?format=api"
            },
            "language_code": "sk",
            "id": 1403712,
            "filename": "src/wtforms/locale/sk/LC_MESSAGES/wtforms.po",
            "revision": "e9dbd0761ad6a3c34d1bb37a5ab677f834c90159",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/sk/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/sk/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-19T22:00:20.685225+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sk/units/?format=api"
        },
        {
            "language": {
                "id": 107,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 301,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://hosted.weblate.org/languages/sv/",
                "url": "https://hosted.weblate.org/api/languages/sv/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 1403713,
            "filename": "src/wtforms/locale/sv/LC_MESSAGES/wtforms.po",
            "revision": "118ce1b6eea2bd4af3455169becf9b72485311fa",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/sv/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/sv/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 14,
            "failing_checks_words": 86,
            "failing_checks_percent": 38.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-24T12:01:50.339488+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/sv/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://hosted.weblate.org/languages/tr/",
                "url": "https://hosted.weblate.org/api/languages/tr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/tr/statistics/?format=api"
            },
            "language_code": "tr",
            "id": 1403714,
            "filename": "src/wtforms/locale/tr/LC_MESSAGES/wtforms.po",
            "revision": "8ef4c5657736329e30627a3f7fbb286cfcd87b0d",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/tr/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/tr/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-22T20:01:45.948072+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/tr/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 327,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://hosted.weblate.org/languages/uk/",
                "url": "https://hosted.weblate.org/api/languages/uk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 1403715,
            "filename": "src/wtforms/locale/uk/LC_MESSAGES/wtforms.po",
            "revision": "6482f6f590be92c495842ea9947ed2379ac7dc15",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/uk/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/uk/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-15T10:06:18.020888+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/uk/units/?format=api"
        },
        {
            "language": {
                "id": 186,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://hosted.weblate.org/languages/zh_Hans/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh",
            "id": 1403716,
            "filename": "src/wtforms/locale/zh/LC_MESSAGES/wtforms.po",
            "revision": "19376056cb540f4bbc678e3c23c77dd1d1b2f87c",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 32,
            "translated_words": 180,
            "translated_percent": 88.8,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 4,
            "failing_checks_words": 61,
            "failing_checks_percent": 11.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:27.738672+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 185,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 734,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://hosted.weblate.org/languages/zh_Hant/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "language_code": "zh_TW",
            "id": 1403717,
            "filename": "src/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.po",
            "revision": "72ed67b9d9eac47b94629529602f188e186c9884",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 32,
            "translated_words": 180,
            "translated_percent": 88.8,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 8.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-01-31T07:07:27.025765+01:00",
            "last_author": "Chieh-Ying Pan",
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 38,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://hosted.weblate.org/languages/ro/",
                "url": "https://hosted.weblate.org/api/languages/ro/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ro/statistics/?format=api"
            },
            "language_code": "ro",
            "id": 1411541,
            "filename": "src/wtforms/locale/ro/LC_MESSAGES/wtforms.po",
            "revision": "ffa9d0d5dfa7d915b223a315317ccf2afc429151",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/ro/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/ro/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 34,
            "translated_words": 202,
            "translated_percent": 94.4,
            "fuzzy": 2,
            "fuzzy_words": 14,
            "fuzzy_percent": 5.5,
            "failing_checks": 2,
            "failing_checks_words": 14,
            "failing_checks_percent": 5.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-11T08:24:27.148520+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/ro/units/?format=api"
        },
        {
            "language": {
                "id": 113,
                "code": "kk",
                "name": "Kazakh",
                "plural": {
                    "id": 158,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "kk_cyrl",
                    "kz",
                    "kaz"
                ],
                "direction": "ltr",
                "population": 12219390,
                "web_url": "https://hosted.weblate.org/languages/kk/",
                "url": "https://hosted.weblate.org/api/languages/kk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/kk/statistics/?format=api"
            },
            "language_code": "kk",
            "id": 1443484,
            "filename": "src/wtforms/locale/kk/LC_MESSAGES/wtforms.po",
            "revision": "ce09e44e57b3b1ab20dcf0cba1b0c5a0179788e4",
            "web_url": "https://hosted.weblate.org/projects/wtforms/wtforms/kk/",
            "share_url": "https://hosted.weblate.org/engage/wtforms/-/kk/",
            "translate_url": "https://hosted.weblate.org/translate/wtforms/wtforms/kk/",
            "url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/kk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 216,
            "translated": 36,
            "translated_words": 216,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 44,
            "failing_checks_percent": 8.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-11T08:01:46.745745+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/kk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/kk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/kk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/kk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wtforms/wtforms/kk/units/?format=api"
        }
    ]
}