Translation components API.

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

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

{
    "count": 23,
    "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": 50993,
            "filename": "app/src/main/res/values/strings.xml",
            "revision": "62608623023df83932dcc1b62afed168feb2ea43,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/en/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/en/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 343,
            "total_words": 1777,
            "translated": 343,
            "translated_words": 1777,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 32,
            "failing_checks_words": 174,
            "failing_checks_percent": 9.3,
            "have_suggestion": 0,
            "have_comment": 4,
            "last_change": "2020-10-27T10:58:32.719490+01:00",
            "last_author": "Allan Nordhøy",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/en/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": 50994,
            "filename": "app/src/main/res/values-ca/strings.xml",
            "revision": "f95325101803bd487e48f74e01baa31f8f747888,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/ca/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/ca/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 5,
            "translated_words": 5,
            "translated_percent": 1.4,
            "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-05T14:07:32.618853+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/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",
            "id": 50995,
            "filename": "app/src/main/res/values-cs/strings.xml",
            "revision": "9b4a53287da1e21f7a4b14e8b452b1236a7e3d75,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/cs/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/cs/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 98,
            "translated_words": 359,
            "translated_percent": 28.5,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.5,
            "failing_checks": 4,
            "failing_checks_words": 9,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-05T14:07:33.879477+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/cs/units/?format=api"
        },
        {
            "language": {
                "id": 25,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://hosted.weblate.org/languages/da/",
                "url": "https://hosted.weblate.org/api/languages/da/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/da/statistics/?format=api"
            },
            "language_code": "da",
            "id": 50996,
            "filename": "app/src/main/res/values-da/strings.xml",
            "revision": "7472f2486d5a3e3a1ab422107f84af1220894c09,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/da/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/da/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 85,
            "translated_words": 304,
            "translated_percent": 24.7,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.5,
            "failing_checks": 6,
            "failing_checks_words": 12,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-05T14:07:35.238015+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/da/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": 50997,
            "filename": "app/src/main/res/values-de/strings.xml",
            "revision": "8c243f16533d6bae6d0d2bc2f0baeedd68c53238,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/de/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/de/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 320,
            "translated_words": 1479,
            "translated_percent": 93.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.8,
            "have_suggestion": 6,
            "have_comment": 0,
            "last_change": "2021-05-21T13:05:11.323223+02:00",
            "last_author": "Benjamin Weis",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/de/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": 50998,
            "filename": "app/src/main/res/values-es/strings.xml",
            "revision": "7eba4331c92232955f1753d4e94d09c1974fd269,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/es/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/es/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 98,
            "translated_words": 359,
            "translated_percent": 28.5,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.5,
            "failing_checks": 5,
            "failing_checks_words": 11,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-05T14:07:37.927827+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/es/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": 50999,
            "filename": "app/src/main/res/values-fr/strings.xml",
            "revision": "677ad26f274894d27d68602a208e22ee454e175e,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/fr/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/fr/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 157,
            "translated_words": 604,
            "translated_percent": 45.7,
            "fuzzy": 4,
            "fuzzy_words": 31,
            "fuzzy_percent": 1.1,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-02T14:00:44.491529+02:00",
            "last_author": "J. Lavoie",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/fr/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": 51000,
            "filename": "app/src/main/res/values-hu/strings.xml",
            "revision": "f2fb867e23688aa0cc7df80cdae6700fd8c48ef7,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/hu/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/hu/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 98,
            "translated_words": 359,
            "translated_percent": 28.5,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.5,
            "failing_checks": 10,
            "failing_checks_words": 22,
            "failing_checks_percent": 2.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-05T14:07:41.833989+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/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": 51001,
            "filename": "app/src/main/res/values-it/strings.xml",
            "revision": "79cc2046bcd698b15e98f6d92e494e93279245be,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/it/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/it/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 96,
            "translated_words": 342,
            "translated_percent": 27.9,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.5,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-05T14:07:43.167103+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/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": 51002,
            "filename": "app/src/main/res/values-ja/strings.xml",
            "revision": "c0fb9286950c6144c2b6cd5cb77e626a2d2aebf2,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/ja/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/ja/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 98,
            "translated_words": 359,
            "translated_percent": 28.5,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.5,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-05T14:07:44.494793+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/ja/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": 51003,
            "filename": "app/src/main/res/values-nb-rNO/strings.xml",
            "revision": "751beec2b2f8925125e53c0dcccf14fc4b50c94b,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 333,
            "translated_words": 1655,
            "translated_percent": 97.0,
            "fuzzy": 10,
            "fuzzy_words": 122,
            "fuzzy_percent": 2.9,
            "failing_checks": 6,
            "failing_checks_words": 60,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2020-11-15T03:15:14.362046+01:00",
            "last_author": "Allan Nordhøy",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/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": 51004,
            "filename": "app/src/main/res/values-nl/strings.xml",
            "revision": "dcb94ecea886af7e5a2e59bd4446f3ab2c5f0da7,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/nl/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/nl/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 331,
            "translated_words": 1612,
            "translated_percent": 96.5,
            "fuzzy": 3,
            "fuzzy_words": 44,
            "fuzzy_percent": 0.8,
            "failing_checks": 7,
            "failing_checks_words": 23,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-05T14:07:47.332812+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/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": 51005,
            "filename": "app/src/main/res/values-pl/strings.xml",
            "revision": "6c39705f517c48c5953c661cc896b628adb7e873,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/pl/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/pl/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 341,
            "translated_words": 1765,
            "translated_percent": 99.4,
            "fuzzy": 2,
            "fuzzy_words": 12,
            "fuzzy_percent": 0.5,
            "failing_checks": 3,
            "failing_checks_words": 3,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-11T23:12:49.203530+02:00",
            "last_author": "Michał",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/pl/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "language_code": "pt-rBR",
            "id": 51006,
            "filename": "app/src/main/res/values-pt-rBR/strings.xml",
            "revision": "c616b81734f6cd69fbfeb8447586766844a724b1,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 98,
            "translated_words": 359,
            "translated_percent": 28.5,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.5,
            "failing_checks": 2,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.5,
            "have_suggestion": 16,
            "have_comment": 0,
            "last_change": "2024-03-27T01:23:16.606862+01:00",
            "last_author": "lucasmz-dev",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/pt_BR/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": 51007,
            "filename": "app/src/main/res/values-pt/strings.xml",
            "revision": "207caa763bb21e994d3a25dc1677d27de73f059c,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/pt/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/pt/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 279,
            "translated_words": 1259,
            "translated_percent": 81.3,
            "fuzzy": 11,
            "fuzzy_words": 109,
            "fuzzy_percent": 3.2,
            "failing_checks": 3,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.8,
            "have_suggestion": 15,
            "have_comment": 0,
            "last_change": "2021-05-07T23:29:00.533875+02:00",
            "last_author": "ssantos",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/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": 51008,
            "filename": "app/src/main/res/values-ru/strings.xml",
            "revision": "756e62e1533dd04762fe280c2ab628079781191d,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/ru/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/ru/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 80,
            "translated_words": 404,
            "translated_percent": 23.3,
            "fuzzy": 1,
            "fuzzy_words": 41,
            "fuzzy_percent": 0.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 5,
            "have_comment": 0,
            "last_change": "2024-02-24T12:55:58.128972+01:00",
            "last_author": "Anonymous",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/ru/units/?format=api"
        },
        {
            "language": {
                "id": 114,
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 268,
                    "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": [
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "population": 7516818,
                "web_url": "https://hosted.weblate.org/languages/sr/",
                "url": "https://hosted.weblate.org/api/languages/sr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sr/statistics/?format=api"
            },
            "language_code": "sr",
            "id": 51009,
            "filename": "app/src/main/res/values-sr/strings.xml",
            "revision": "969cd215eb4b173cea4ee4e484e98634de0ffa42,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/sr/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/sr/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 98,
            "translated_words": 359,
            "translated_percent": 28.5,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.5,
            "failing_checks": 3,
            "failing_checks_words": 7,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-05T14:07:55.142868+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/sr/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-rTR",
            "id": 51010,
            "filename": "app/src/main/res/values-tr-rTR/strings.xml",
            "revision": "c6908b242a5d7f5118e46e4e982e892528eaab6f,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/tr/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/tr/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 343,
            "translated_words": 1777,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-05T16:38:03.593597+01:00",
            "last_author": "Oğuz Ersen",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/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": 51011,
            "filename": "app/src/main/res/values-uk/strings.xml",
            "revision": "0102e5fc457bbbac2ecad31e66035d078555bd56,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/uk/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/uk/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 11,
            "translated_words": 21,
            "translated_percent": 3.2,
            "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-05T14:07:57.994766+01:00",
            "last_author": "Tom",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/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-rCN",
            "id": 51012,
            "filename": "app/src/main/res/values-zh-rCN/strings.xml",
            "revision": "4127a964209e010f066d5131128974263ed5e10a,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 100,
            "translated_words": 364,
            "translated_percent": 29.1,
            "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-02T14:00:10.366551+02:00",
            "last_author": "J. Lavoie",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 705,
                "code": "he_IL",
                "name": "Hebrew (Israel)",
                "plural": {
                    "id": 708,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://hosted.weblate.org/languages/he_IL/",
                "url": "https://hosted.weblate.org/api/languages/he_IL/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/he_IL/statistics/?format=api"
            },
            "language_code": "he-rIL",
            "id": 52300,
            "filename": "app/src/main/res/values-he-rIL/strings.xml",
            "revision": "962a189dfba66ef8e4a83bf110b7d239457f3b06,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/he_IL/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/he_IL/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/he_IL/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/he_IL/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 307,
            "translated_words": 1379,
            "translated_percent": 89.5,
            "fuzzy": 2,
            "fuzzy_words": 41,
            "fuzzy_percent": 0.5,
            "failing_checks": 5,
            "failing_checks_words": 45,
            "failing_checks_percent": 1.4,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-05-13T16:26:49.810859+02:00",
            "last_author": "Anonymous",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/he_IL/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/he_IL/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/he_IL/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/he_IL/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/he_IL/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": 55058,
            "filename": "app/src/main/res/values-sk/strings.xml",
            "revision": "d31a4d388fe0681504e09381f874450a39a58ae0,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/sk/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/sk/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 22,
            "translated_words": 47,
            "translated_percent": 6.4,
            "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-04T12:26:06.784480+01:00",
            "last_author": "David Szedely",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/sk/units/?format=api"
        },
        {
            "language": {
                "id": 93,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://hosted.weblate.org/languages/id/",
                "url": "https://hosted.weblate.org/api/languages/id/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/id/statistics/?format=api"
            },
            "language_code": "id",
            "id": 56193,
            "filename": "app/src/main/res/values-id/strings.xml",
            "revision": "ea5254b423f8c5786a2612fa0b3343152a37cf88,62608623023df83932dcc1b62afed168feb2ea43",
            "web_url": "https://hosted.weblate.org/projects/etesync/android/id/",
            "share_url": "https://hosted.weblate.org/engage/etesync/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/etesync/android/id/",
            "url": "https://hosted.weblate.org/api/translations/etesync/android/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 343,
            "total_words": 1777,
            "translated": 343,
            "translated_words": 1777,
            "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-03-22T06:26:12.452219+01:00",
            "last_author": "Reza Almanda",
            "repository_url": "https://hosted.weblate.org/api/translations/etesync/android/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/etesync/android/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/etesync/android/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/etesync/android/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/etesync/android/id/units/?format=api"
        }
    ]
}