Translation components API.

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

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

{
    "count": 17,
    "next": null,
    "previous": null,
    "results": [
        {
            "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": 2150,
            "filename": "src/main/res/values-pt/strings.xml",
            "revision": "27b96e14fb5b132578f71e90dce10b65777f3eef,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/pt/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/pt/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 101,
            "translated_words": 736,
            "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": "2021-06-26T11:36:16.633839+02:00",
            "last_author": "SC",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/pt/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",
            "id": 2151,
            "filename": "src/main/res/values-cs/strings.xml",
            "revision": "3a8ab558bba45eb0e80625226cba10042d4498df,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/cs/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/cs/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 95,
            "translated_words": 337,
            "translated_percent": 94.0,
            "fuzzy": 3,
            "fuzzy_words": 380,
            "fuzzy_percent": 2.9,
            "failing_checks": 15,
            "failing_checks_words": 441,
            "failing_checks_percent": 14.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-26T22:35:09.619216+02:00",
            "last_author": "Tymofii Lytvynenko",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/cs/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": 2152,
            "filename": "src/main/res/values-pl/strings.xml",
            "revision": "eabcc0fe01abaf32f845d9fa722327d28efacc17,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/pl/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/pl/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 101,
            "translated_words": 736,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 29,
            "failing_checks_percent": 5.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-09-25T23:34:38.147885+02:00",
            "last_author": "WaldiS",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/pl/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": 2153,
            "filename": "src/main/res/values-zh/strings.xml",
            "revision": "9383e5aa056aeca10f66d7d55ef0a2755acbc74e,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 100,
            "translated_words": 733,
            "translated_percent": 99.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": "2021-11-25T07:01:38.950373+01:00",
            "last_author": "Deleted User",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hans/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": 2154,
            "filename": "src/main/res/values-es/strings.xml",
            "revision": "03e3ee8789d229aa021b4858ae0b528e7a971f2e,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/es/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/es/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 101,
            "translated_words": 736,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.9,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2020-08-24T17:32:05.157511+02:00",
            "last_author": "Kkai",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/es/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": 2155,
            "filename": "src/main/res/values-it/strings.xml",
            "revision": "db2a6271f22fc44c383ed520756eccd7e764d105,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/it/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/it/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 100,
            "translated_words": 362,
            "translated_percent": 99.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": "2020-11-12T19:45:40.788037+01:00",
            "last_author": "J. Lavoie",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/it/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": 2156,
            "filename": "src/main/res/values-de/strings.xml",
            "revision": "7dbdde12362ade751c017a03ec258901693a33e4,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/de/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/de/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 101,
            "translated_words": 736,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 6,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-07T10:09:07.596192+01:00",
            "last_author": "mv87",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/de/units/?format=api"
        },
        {
            "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": 2210,
            "filename": "src/main/res/values/strings.xml",
            "revision": "81f428ab536f63a1493e3b7ab369fef39c99cad3,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/en/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/en/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 101,
            "total_words": 736,
            "translated": 101,
            "translated_words": 736,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 13,
            "failing_checks_words": 415,
            "failing_checks_percent": 12.8,
            "have_suggestion": 1,
            "have_comment": 3,
            "last_change": "2020-01-27T20:50:06+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/en/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": 2251,
            "filename": "src/main/res/values-fr/strings.xml",
            "revision": "d94189285bc2adb0c597fe99b3045a522b566a2d,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/fr/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/fr/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 101,
            "translated_words": 736,
            "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": "2020-12-22T04:48:58.575707+01:00",
            "last_author": "J. Lavoie",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/fr/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": 2301,
            "filename": "src/main/res/values-ja/strings.xml",
            "revision": "6582d3ac6acb8ffaa560c494774d846a8c29371f,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/ja/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/ja/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 95,
            "translated_words": 727,
            "translated_percent": 94.0,
            "fuzzy": 6,
            "fuzzy_words": 9,
            "fuzzy_percent": 5.9,
            "failing_checks": 8,
            "failing_checks_words": 387,
            "failing_checks_percent": 7.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-26T22:35:10.594911+02:00",
            "last_author": "Tymofii Lytvynenko",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/ja/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": 2302,
            "filename": "src/main/res/values-ru/strings.xml",
            "revision": "175b62c0dd611e550926217522389cab760166ba,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/ru/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/ru/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 73,
            "translated_words": 139,
            "translated_percent": 72.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2021-02-14T22:49:39.577219+01:00",
            "last_author": "Localizer",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/ru/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": 4455,
            "filename": "src/main/res/values-fa/strings.xml",
            "revision": "af84e57d56a9c4b09c2e83540a88c64f16b0a3c9,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/fa/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/fa/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/fa/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 19,
            "translated_words": 28,
            "translated_percent": 18.8,
            "fuzzy": 11,
            "fuzzy_words": 22,
            "fuzzy_percent": 10.8,
            "failing_checks": 7,
            "failing_checks_words": 13,
            "failing_checks_percent": 6.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-26T22:35:09.939411+02:00",
            "last_author": "Tymofii Lytvynenko",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/fa/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/fa/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/fa/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/fa/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/fa/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": 7388,
            "filename": "src/main/res/values-nl/strings.xml",
            "revision": "791908fbc79e06ebd62d92001edbd72e9d4bc0cd,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/nl/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/nl/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 101,
            "translated_words": 736,
            "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": "2020-01-29T16:50:06+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/nl/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-rNO",
            "id": 15747,
            "filename": "src/main/res/values-nb-rNO/strings.xml",
            "revision": "041382b3f8efb20f6f9bb85d6deba0352f47dda7,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 101,
            "translated_words": 736,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 378,
            "failing_checks_percent": 2.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-07-29T09:45:09.547734+02:00",
            "last_author": "Allan Nordhøy",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/nb_NO/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-rTW",
            "id": 22605,
            "filename": "src/main/res/values-zh-rTW/strings.xml",
            "revision": "5f78b71d523b8eed19c859e6e1fc96ebe89140fe,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 5,
            "translated_words": 10,
            "translated_percent": 4.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-08-24T08:56:56.807863+02:00",
            "last_author": "Hugel",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/zh_Hant/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": 103356,
            "filename": "src/main/res/values-uk/strings.xml",
            "revision": "1dcb96fb0236955efae0544b61bdab94bd0d1668,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/uk/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/uk/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 736,
            "translated": 101,
            "translated_words": 736,
            "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": "2021-04-30T22:00:44.762045+02:00",
            "last_author": "Tymofii Lytvynenko",
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/uk/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": 1450796,
            "filename": "src/main/res/values-ar/strings.xml",
            "revision": "771213be5c728d5b36e803c0f84d5a36026066df,81f428ab536f63a1493e3b7ab369fef39c99cad3",
            "web_url": "https://hosted.weblate.org/projects/boilr/application/ar/",
            "share_url": "https://hosted.weblate.org/engage/boilr/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/boilr/application/ar/",
            "url": "https://hosted.weblate.org/api/translations/boilr/application/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 101,
            "total_words": 720,
            "translated": 37,
            "translated_words": 100,
            "translated_percent": 36.6,
            "fuzzy": 4,
            "fuzzy_words": 16,
            "fuzzy_percent": 3.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-18T16:03:46.361911+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/boilr/application/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/boilr/application/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/boilr/application/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/boilr/application/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/boilr/application/ar/units/?format=api"
        }
    ]
}