Translation components API.

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

GET /api/translations/?page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 96,
    "next": null,
    "previous": "https://translate.silence.dev/api/translations/?page=4",
    "results": [
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tur"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/tr/",
                "url": "https://translate.silence.dev/api/languages/tr/",
                "statistics_url": "https://translate.silence.dev/api/languages/tr/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "tr",
            "id": 123,
            "filename": "res/values-tr/strings.xml",
            "revision": "d178b95ccedd9eb0142e9668569b6390dd4cef15,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/tr/",
            "share_url": "https://translate.silence.dev/engage/silence/tr/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/tr/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/tr/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 567,
            "translated_words": 2264,
            "translated_percent": 90.8,
            "fuzzy": 1,
            "fuzzy_words": 7,
            "fuzzy_percent": 0.1,
            "failing_checks": 14,
            "failing_checks_words": 100,
            "failing_checks_percent": 2.2,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2021-01-07T11:45:36.786507Z",
            "last_author": "Kemal Oktay Aktoğan",
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/tr/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/tr/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/tr/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/tr/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/tr/units/"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 317,
                    "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": 2
                },
                "aliases": [
                    "ua",
                    "ukr"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/uk/",
                "url": "https://translate.silence.dev/api/languages/uk/",
                "statistics_url": "https://translate.silence.dev/api/languages/uk/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "uk",
            "id": 124,
            "filename": "res/values-uk/strings.xml",
            "revision": "eb577f8e12415b0d6e358359246e9b96023f51bd,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/uk/",
            "share_url": "https://translate.silence.dev/engage/silence/uk/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/uk/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/uk/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 566,
            "translated_words": 2232,
            "translated_percent": 90.7,
            "fuzzy": 1,
            "fuzzy_words": 7,
            "fuzzy_percent": 0.1,
            "failing_checks": 13,
            "failing_checks_words": 103,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/uk/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/uk/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/uk/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/uk/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/uk/units/"
        },
        {
            "language": {
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 324,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vie"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/vi/",
                "url": "https://translate.silence.dev/api/languages/vi/",
                "statistics_url": "https://translate.silence.dev/api/languages/vi/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "vi",
            "id": 125,
            "filename": "res/values-vi/strings.xml",
            "revision": "db833e14a0f1c281a26c9f6a8ee0d37eb311c6d3,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/vi/",
            "share_url": "https://translate.silence.dev/engage/silence/vi/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/vi/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/vi/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 183,
            "translated_words": 623,
            "translated_percent": 29.3,
            "fuzzy": 1,
            "fuzzy_words": 7,
            "fuzzy_percent": 0.1,
            "failing_checks": 6,
            "failing_checks_words": 20,
            "failing_checks_percent": 0.9,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/vi/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/vi/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/vi/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/vi/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/vi/units/"
        },
        {
            "language": {
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 339,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese_chs",
                    "schinese",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/zh_Hans/",
                "url": "https://translate.silence.dev/api/languages/zh_Hans/",
                "statistics_url": "https://translate.silence.dev/api/languages/zh_Hans/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "zh-rCN",
            "id": 126,
            "filename": "res/values-zh-rCN/strings.xml",
            "revision": "0176658557bb6290ca393b07c63afdef38411999,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/zh_Hans/",
            "share_url": "https://translate.silence.dev/engage/silence/zh_Hans/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/zh_Hans/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hans/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 624,
            "translated_words": 2764,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 21,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-07-11T00:04:44.559984Z",
            "last_author": "sr093906",
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hans/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hans/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hans/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hans/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hans/units/"
        },
        {
            "language": {
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 340,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese_zh",
                    "tchinese",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_cmn_hant",
                    "zho"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/zh_Hant/",
                "url": "https://translate.silence.dev/api/languages/zh_Hant/",
                "statistics_url": "https://translate.silence.dev/api/languages/zh_Hant/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "zh-rTW",
            "id": 127,
            "filename": "res/values-zh-rTW/strings.xml",
            "revision": "8a1a8fdfa06e2e4e2444c39c46a5947057df1a3f,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/zh_Hant/",
            "share_url": "https://translate.silence.dev/engage/silence/zh_Hant/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/zh_Hant/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hant/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 232,
            "translated_words": 750,
            "translated_percent": 37.1,
            "fuzzy": 1,
            "fuzzy_words": 7,
            "fuzzy_percent": 0.1,
            "failing_checks": 9,
            "failing_checks_words": 29,
            "failing_checks_percent": 1.4,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hant/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hant/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hant/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hant/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/zh_Hant/units/"
        },
        {
            "language": {
                "code": "af",
                "name": "Afrikaans",
                "plural": {
                    "id": 7,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "afr"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/af/",
                "url": "https://translate.silence.dev/api/languages/af/",
                "statistics_url": "https://translate.silence.dev/api/languages/af/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "af",
            "id": 128,
            "filename": "res/values-af/strings.xml",
            "revision": "d10975660e745a558c4c82c029fd2050e77853e8,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/af/",
            "share_url": "https://translate.silence.dev/engage/silence/af/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/af/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/af/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 624,
            "translated_words": 2764,
            "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-08T12:55:29.463479Z",
            "last_author": "ovginkel",
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/af/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/af/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/af/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/af/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/af/units/"
        },
        {
            "language": {
                "code": "af",
                "name": "Afrikaans",
                "plural": {
                    "id": 7,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "afr"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/af/",
                "url": "https://translate.silence.dev/api/languages/af/",
                "statistics_url": "https://translate.silence.dev/api/languages/af/statistics/"
            },
            "component": {
                "name": "Distribution",
                "slug": "distribution",
                "id": 3,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "",
                "branch": "",
                "filemask": "res/values-*/distribution-strings.xml",
                "template": "res/values/distribution-strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/distribution/",
                "url": "https://translate.silence.dev/api/components/silence/distribution/",
                "repository_url": "https://translate.silence.dev/api/components/silence/distribution/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/distribution/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/distribution/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/distribution/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/distribution/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "af",
            "id": 129,
            "filename": "res/values-af/distribution-strings.xml",
            "revision": "45046ea50c63e3e42fe3dffa49686519aa6d57cc,bc003e1cf2ff4ce6984cbd1553b1c7ca06f880fa",
            "web_url": "https://translate.silence.dev/projects/silence/distribution/af/",
            "share_url": "https://translate.silence.dev/engage/silence/af/",
            "translate_url": "https://translate.silence.dev/translate/silence/distribution/af/",
            "url": "https://translate.silence.dev/api/translations/silence/distribution/af/",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 169,
            "translated": 3,
            "translated_words": 169,
            "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-08T12:26:34.838631Z",
            "last_author": "ovginkel",
            "repository_url": "https://translate.silence.dev/api/translations/silence/distribution/af/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/distribution/af/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/distribution/af/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/distribution/af/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/distribution/af/units/"
        },
        {
            "language": {
                "code": "oc",
                "name": "Occitan",
                "plural": {
                    "id": 229,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "oci"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/oc/",
                "url": "https://translate.silence.dev/api/languages/oc/",
                "statistics_url": "https://translate.silence.dev/api/languages/oc/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "oc",
            "id": 130,
            "filename": "res/values-oc/strings.xml",
            "revision": "f62cc33576e56e7029c5dae844fc3bc9cb7e3b00,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/oc/",
            "share_url": "https://translate.silence.dev/engage/silence/oc/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/oc/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/oc/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 108,
            "translated_words": 276,
            "translated_percent": 17.3,
            "fuzzy": 1,
            "fuzzy_words": 7,
            "fuzzy_percent": 0.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2019-10-05T11:35:18.110259Z",
            "last_author": "Quentí",
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/oc/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/oc/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/oc/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/oc/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/oc/units/"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/en/",
                "url": "https://translate.silence.dev/api/languages/en/",
                "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "en",
            "id": 131,
            "filename": "res/values/strings.xml",
            "revision": "88cddc1df81937533fddfde6868dd98fe36db137,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/en/",
            "share_url": "https://translate.silence.dev/engage/silence/en/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/en/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/en/",
            "is_template": true,
            "is_source": true,
            "total": 624,
            "total_words": 2764,
            "translated": 624,
            "translated_words": 2764,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 389,
            "failing_checks_words": 2195,
            "failing_checks_percent": 62.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/en/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/en/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/en/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/en/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/en/units/"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/en/",
                "url": "https://translate.silence.dev/api/languages/en/",
                "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
            },
            "component": {
                "name": "Distribution",
                "slug": "distribution",
                "id": 3,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "",
                "branch": "",
                "filemask": "res/values-*/distribution-strings.xml",
                "template": "res/values/distribution-strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/distribution/",
                "url": "https://translate.silence.dev/api/components/silence/distribution/",
                "repository_url": "https://translate.silence.dev/api/components/silence/distribution/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/distribution/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/distribution/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/distribution/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/distribution/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "en",
            "id": 132,
            "filename": "res/values/distribution-strings.xml",
            "revision": "bc003e1cf2ff4ce6984cbd1553b1c7ca06f880fa,bc003e1cf2ff4ce6984cbd1553b1c7ca06f880fa",
            "web_url": "https://translate.silence.dev/projects/silence/distribution/en/",
            "share_url": "https://translate.silence.dev/engage/silence/en/",
            "translate_url": "https://translate.silence.dev/translate/silence/distribution/en/",
            "url": "https://translate.silence.dev/api/translations/silence/distribution/en/",
            "is_template": true,
            "is_source": true,
            "total": 4,
            "total_words": 170,
            "translated": 4,
            "translated_words": 170,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 169,
            "failing_checks_percent": 75.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.silence.dev/api/translations/silence/distribution/en/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/distribution/en/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/distribution/en/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/distribution/en/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/distribution/en/units/"
        },
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 187,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 2
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/lt/",
                "url": "https://translate.silence.dev/api/languages/lt/",
                "statistics_url": "https://translate.silence.dev/api/languages/lt/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "lt",
            "id": 133,
            "filename": "res/values-lt/strings.xml",
            "revision": "d4b16137296ff8aba02d00ab84d2983938fbf0d5,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/lt/",
            "share_url": "https://translate.silence.dev/engage/silence/lt/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/lt/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/lt/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 554,
            "translated_words": 2068,
            "translated_percent": 88.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-02-05T22:47:23.477405Z",
            "last_author": "Moo",
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/lt/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/lt/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/lt/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/lt/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/lt/units/"
        },
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 187,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 2
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/lt/",
                "url": "https://translate.silence.dev/api/languages/lt/",
                "statistics_url": "https://translate.silence.dev/api/languages/lt/statistics/"
            },
            "component": {
                "name": "Distribution",
                "slug": "distribution",
                "id": 3,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "",
                "branch": "",
                "filemask": "res/values-*/distribution-strings.xml",
                "template": "res/values/distribution-strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/distribution/",
                "url": "https://translate.silence.dev/api/components/silence/distribution/",
                "repository_url": "https://translate.silence.dev/api/components/silence/distribution/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/distribution/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/distribution/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/distribution/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/distribution/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "lt",
            "id": 134,
            "filename": "res/values-lt/distribution-strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,bc003e1cf2ff4ce6984cbd1553b1c7ca06f880fa",
            "web_url": "https://translate.silence.dev/projects/silence/distribution/lt/",
            "share_url": "https://translate.silence.dev/engage/silence/lt/",
            "translate_url": "https://translate.silence.dev/translate/silence/distribution/lt/",
            "url": "https://translate.silence.dev/api/translations/silence/distribution/lt/",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 170,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 25.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": null,
            "last_author": null,
            "repository_url": "https://translate.silence.dev/api/translations/silence/distribution/lt/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/distribution/lt/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/distribution/lt/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/distribution/lt/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/distribution/lt/units/"
        },
        {
            "language": {
                "code": "si",
                "name": "Sinhala",
                "plural": {
                    "id": 270,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "sin"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/si/",
                "url": "https://translate.silence.dev/api/languages/si/",
                "statistics_url": "https://translate.silence.dev/api/languages/si/statistics/"
            },
            "component": {
                "name": "Distribution",
                "slug": "distribution",
                "id": 3,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "",
                "branch": "",
                "filemask": "res/values-*/distribution-strings.xml",
                "template": "res/values/distribution-strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/distribution/",
                "url": "https://translate.silence.dev/api/components/silence/distribution/",
                "repository_url": "https://translate.silence.dev/api/components/silence/distribution/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/distribution/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/distribution/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/distribution/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/distribution/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "si",
            "id": 135,
            "filename": "res/values-si/distribution-strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,bc003e1cf2ff4ce6984cbd1553b1c7ca06f880fa",
            "web_url": "https://translate.silence.dev/projects/silence/distribution/si/",
            "share_url": "https://translate.silence.dev/engage/silence/si/",
            "translate_url": "https://translate.silence.dev/translate/silence/distribution/si/",
            "url": "https://translate.silence.dev/api/translations/silence/distribution/si/",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 170,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 25.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": null,
            "last_author": null,
            "repository_url": "https://translate.silence.dev/api/translations/silence/distribution/si/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/distribution/si/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/distribution/si/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/distribution/si/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/distribution/si/units/"
        },
        {
            "language": {
                "code": "si",
                "name": "Sinhala",
                "plural": {
                    "id": 270,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "sin"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/si/",
                "url": "https://translate.silence.dev/api/languages/si/",
                "statistics_url": "https://translate.silence.dev/api/languages/si/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "si",
            "id": 136,
            "filename": "res/values-si/strings.xml",
            "revision": "27a686a213830627fe8de4569537d53ded4b9007,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/si/",
            "share_url": "https://translate.silence.dev/engage/silence/si/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/si/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/si/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 17,
            "translated_words": 27,
            "translated_percent": 2.7,
            "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-02T19:07:32.055617Z",
            "last_author": "Hela Basa",
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/si/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/si/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/si/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/si/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/si/units/"
        },
        {
            "language": {
                "code": "pa",
                "name": "Punjabi",
                "plural": {
                    "id": 234,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "pan"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/pa/",
                "url": "https://translate.silence.dev/api/languages/pa/",
                "statistics_url": "https://translate.silence.dev/api/languages/pa/statistics/"
            },
            "component": {
                "name": "Silence-Android",
                "slug": "silence-android",
                "id": 2,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "https://translate.silence.dev/git/silence/silence-android/",
                "branch": "master",
                "filemask": "res/values-*/strings.xml",
                "template": "res/values/strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
                "url": "https://translate.silence.dev/api/components/silence/silence-android/",
                "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "pa",
            "id": 137,
            "filename": "res/values-pa/strings.xml",
            "revision": "91091edcf12cb7aabb4adc6d6e2be9bc5f3a3525,88cddc1df81937533fddfde6868dd98fe36db137",
            "web_url": "https://translate.silence.dev/projects/silence/silence-android/pa/",
            "share_url": "https://translate.silence.dev/engage/silence/pa/",
            "translate_url": "https://translate.silence.dev/translate/silence/silence-android/pa/",
            "url": "https://translate.silence.dev/api/translations/silence/silence-android/pa/",
            "is_template": false,
            "is_source": false,
            "total": 624,
            "total_words": 2764,
            "translated": 624,
            "translated_words": 2764,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 12,
            "failing_checks_words": 46,
            "failing_checks_percent": 1.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-12-15T18:59:22.329401Z",
            "last_author": "rickeesingh",
            "repository_url": "https://translate.silence.dev/api/translations/silence/silence-android/pa/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/silence-android/pa/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/silence-android/pa/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/pa/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/silence-android/pa/units/"
        },
        {
            "language": {
                "code": "pa",
                "name": "Punjabi",
                "plural": {
                    "id": 234,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "pan"
                ],
                "direction": "ltr",
                "web_url": "https://translate.silence.dev/languages/pa/",
                "url": "https://translate.silence.dev/api/languages/pa/",
                "statistics_url": "https://translate.silence.dev/api/languages/pa/statistics/"
            },
            "component": {
                "name": "Distribution",
                "slug": "distribution",
                "id": 3,
                "project": {
                    "name": "Silence",
                    "slug": "silence",
                    "id": 1,
                    "web": "https://silence.im",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 76,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "https://translate.silence.dev/languages/en/",
                        "url": "https://translate.silence.dev/api/languages/en/",
                        "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
                    },
                    "web_url": "https://translate.silence.dev/projects/silence/",
                    "url": "https://translate.silence.dev/api/projects/silence/",
                    "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
                    "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
                    "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
                    "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
                    "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
                },
                "vcs": "git",
                "repo": "https://git.silence.dev/Silence/Silence-Android.git",
                "git_export": "",
                "branch": "",
                "filemask": "res/values-*/distribution-strings.xml",
                "template": "res/values/distribution-strings.xml",
                "edit_template": false,
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-only",
                "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
                "web_url": "https://translate.silence.dev/projects/silence/distribution/",
                "url": "https://translate.silence.dev/api/components/silence/distribution/",
                "repository_url": "https://translate.silence.dev/api/components/silence/distribution/repository/",
                "translations_url": "https://translate.silence.dev/api/components/silence/distribution/translations/",
                "statistics_url": "https://translate.silence.dev/api/components/silence/distribution/statistics/",
                "lock_url": "https://translate.silence.dev/api/components/silence/distribution/lock/",
                "changes_list_url": "https://translate.silence.dev/api/components/silence/distribution/changes/",
                "new_lang": "add",
                "push": "https://git.silence.dev/Silence/Silence-Android.git",
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "pa",
            "id": 138,
            "filename": "res/values-pa/distribution-strings.xml",
            "revision": "6e6528d1084f984d4be4e44bfb34c2f88dc1f627,bc003e1cf2ff4ce6984cbd1553b1c7ca06f880fa",
            "web_url": "https://translate.silence.dev/projects/silence/distribution/pa/",
            "share_url": "https://translate.silence.dev/engage/silence/pa/",
            "translate_url": "https://translate.silence.dev/translate/silence/distribution/pa/",
            "url": "https://translate.silence.dev/api/translations/silence/distribution/pa/",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 170,
            "translated": 4,
            "translated_words": 170,
            "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-12-15T18:54:27.719315Z",
            "last_author": "rickeesingh",
            "repository_url": "https://translate.silence.dev/api/translations/silence/distribution/pa/repository/",
            "file_url": "https://translate.silence.dev/api/translations/silence/distribution/pa/file/",
            "statistics_url": "https://translate.silence.dev/api/translations/silence/distribution/pa/statistics/",
            "changes_list_url": "https://translate.silence.dev/api/translations/silence/distribution/pa/changes/",
            "units_list_url": "https://translate.silence.dev/api/translations/silence/distribution/pa/units/"
        }
    ]
}