Translation components API.

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

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

{
    "count": 16,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 43246,
            "filename": "source/locale/usermanual/adherents.pot",
            "revision": "f7c98c28abf940b922d342edac3642a3077aa30a",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/en/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/en/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 95,
            "total_words": 1553,
            "translated": 95,
            "translated_words": 1553,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 65,
            "failing_checks_percent": 2.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:15:48.066509+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/en/units/?format=api"
        },
        {
            "language": {
                "id": 88,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 10,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara",
                    "arb"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://hosted.weblate.org/languages/ar/",
                "url": "https://hosted.weblate.org/api/languages/ar/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 43255,
            "filename": "source/locale/ar/LC_MESSAGES/usermanual/adherents.po",
            "revision": "0626eb480ee840ab51544e75e74d3cc03977f348",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/ar/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/ar/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 3,
            "translated_words": 5,
            "translated_percent": 3.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.0,
            "have_suggestion": 9,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.024291+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ar/units/?format=api"
        },
        {
            "language": {
                "id": 47,
                "code": "br",
                "name": "Breton",
                "plural": {
                    "id": 42,
                    "source": 0,
                    "number": 5,
                    "formula": "(n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) ? 0 : ((n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) ? 1 : ((((n % 10 == 3 || n % 10 == 4) || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) ? 2 : ((n != 0 && n % 1000000 == 0) ? 3 : 4)))",
                    "type": 10
                },
                "aliases": [
                    "bre"
                ],
                "direction": "ltr",
                "population": 563140,
                "web_url": "https://hosted.weblate.org/languages/br/",
                "url": "https://hosted.weblate.org/api/languages/br/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/br/statistics/?format=api"
            },
            "language_code": "br",
            "id": 43262,
            "filename": "source/locale/br/LC_MESSAGES/usermanual/adherents.po",
            "revision": "ec2804a336acdfeec5a225cd14a4360522794bfc",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/br/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/br/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/br/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 2.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.129748+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/br/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/br/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/br/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/br/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/br/units/?format=api"
        },
        {
            "language": {
                "id": 53,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 46,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://hosted.weblate.org/languages/ca/",
                "url": "https://hosted.weblate.org/api/languages/ca/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ca/statistics/?format=api"
            },
            "language_code": "ca",
            "id": 43269,
            "filename": "source/locale/ca/LC_MESSAGES/usermanual/adherents.po",
            "revision": "2cf0a845381f127be1378a83a39f4aee2b8fab08",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/ca/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/ca/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 2.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.0,
            "have_suggestion": 10,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.236247+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ca/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 43274,
            "filename": "source/locale/de/LC_MESSAGES/usermanual/adherents.po",
            "revision": "a60709b4cfd58b570953b1e15df4c6663ef4909a",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/de/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/de/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 4.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 10,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.339782+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/de/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 43285,
            "filename": "source/locale/es/LC_MESSAGES/usermanual/adherents.po",
            "revision": "faad959e764775b4dd3886b75ad9f52d867ccd48",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/es/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/es/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 13,
            "translated_words": 18,
            "translated_percent": 13.6,
            "fuzzy": 3,
            "fuzzy_words": 9,
            "fuzzy_percent": 3.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.429440+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/es/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr_FR",
            "id": 43295,
            "filename": "source/locale/fr_FR/LC_MESSAGES/usermanual/adherents.po",
            "revision": "9bea1f3564c5fc7163d23fab91df07ae14d0ab4c",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/fr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/fr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 95,
            "translated_words": 1553,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.541866+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/fr/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://hosted.weblate.org/languages/it/",
                "url": "https://hosted.weblate.org/api/languages/it/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 43304,
            "filename": "source/locale/it/LC_MESSAGES/usermanual/adherents.po",
            "revision": "727b8aba9aa0e757163bb984abbf4c43359681b9",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/it/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/it/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 4.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.0,
            "have_suggestion": 9,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.626927+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/it/units/?format=api"
        },
        {
            "language": {
                "id": 449,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 447,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://hosted.weblate.org/languages/nb_NO/",
                "url": "https://hosted.weblate.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nb_NO/statistics/?format=api"
            },
            "language_code": "nb_NO",
            "id": 43308,
            "filename": "source/locale/nb_NO/LC_MESSAGES/usermanual/adherents.po",
            "revision": "2103c4b098c9cc794751a4924394c2a4a3ec4a6b",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 9,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.708802+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 327,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://hosted.weblate.org/languages/uk/",
                "url": "https://hosted.weblate.org/api/languages/uk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 43312,
            "filename": "source/locale/uk/LC_MESSAGES/usermanual/adherents.po",
            "revision": "17510093c7a566ab0fceeae891c85142481c430e",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/uk/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/uk/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 95,
            "translated_words": 1553,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:35.390151+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/uk/units/?format=api"
        },
        {
            "language": {
                "id": 50,
                "code": "oc",
                "name": "Occitan",
                "plural": {
                    "id": 231,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "oci"
                ],
                "direction": "ltr",
                "population": 2040397,
                "web_url": "https://hosted.weblate.org/languages/oc/",
                "url": "https://hosted.weblate.org/api/languages/oc/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/oc/statistics/?format=api"
            },
            "language_code": "oc",
            "id": 44001,
            "filename": "source/locale/oc/LC_MESSAGES/usermanual/adherents.po",
            "revision": "67ac15bd34bfe29218764386c81ca90c754314e2",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/oc/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/oc/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/oc/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 3,
            "translated_words": 5,
            "translated_percent": 3.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.802190+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/oc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/oc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/oc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/oc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/oc/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://hosted.weblate.org/languages/tr/",
                "url": "https://hosted.weblate.org/api/languages/tr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/tr/statistics/?format=api"
            },
            "language_code": "tr",
            "id": 127130,
            "filename": "source/locale/tr/LC_MESSAGES/usermanual/adherents.po",
            "revision": "80ddd0755453510d2e56dddb6629ab5689a8eaa7",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/tr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/tr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 2.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 9,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:35.284706+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/tr/units/?format=api"
        },
        {
            "language": {
                "id": 961,
                "code": "ota",
                "name": "Turkish (Ottoman)",
                "plural": {
                    "id": 989,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://hosted.weblate.org/languages/ota/",
                "url": "https://hosted.weblate.org/api/languages/ota/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ota/statistics/?format=api"
            },
            "language_code": "ota",
            "id": 127198,
            "filename": "source/locale/ota/LC_MESSAGES/usermanual/adherents.po",
            "revision": "ab52838280cae6f2de7081bd3a2aca2bface456d",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/ota/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ota/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/ota/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ota/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:34.914276+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ota/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ota/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ota/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ota/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ota/units/?format=api"
        },
        {
            "language": {
                "id": 121,
                "code": "si",
                "name": "Sinhala",
                "plural": {
                    "id": 277,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "lk",
                    "sin"
                ],
                "direction": "ltr",
                "population": 15564656,
                "web_url": "https://hosted.weblate.org/languages/si/",
                "url": "https://hosted.weblate.org/api/languages/si/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/si/statistics/?format=api"
            },
            "language_code": "si",
            "id": 129458,
            "filename": "source/locale/si/LC_MESSAGES/usermanual/adherents.po",
            "revision": "1242be2cb0eb85c3fb244146cfdf52b28ebeccd7",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/si/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/si/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/si/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:35.186400+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/si/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/si/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/si/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/si/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/si/units/?format=api"
        },
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "language_code": "ru",
            "id": 1270493,
            "filename": "source/locale/ru/LC_MESSAGES/usermanual/adherents.po",
            "revision": "6b04981880e1b3348d290d56d7f1e0735be9a31b",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/ru/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/ru/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:35.093594+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/ru/units/?format=api"
        },
        {
            "language": {
                "id": 58,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 245,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://hosted.weblate.org/languages/pt/",
                "url": "https://hosted.weblate.org/api/languages/pt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 1451991,
            "filename": "source/locale/pt/LC_MESSAGES/usermanual/adherents.po",
            "revision": "c3bdb68f60b6a6901741e459b2dc5a219bbac317",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-members/pt/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-members/pt/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 1553,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 4.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:35.001880+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-members/pt/units/?format=api"
        }
    ]
}