Translation components API.

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

GET /api/components/galette/doc-plugins-paypal/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": 43145,
            "filename": "source/locale/plugins/paypal.pot",
            "revision": "a8b6aef8f0b70607308438817d96053b0c22825a",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/en/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/en/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 25,
            "total_words": 292,
            "translated": 25,
            "translated_words": 292,
            "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:15:35.167922+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 43154,
            "filename": "source/locale/ar/LC_MESSAGES/plugins/paypal.po",
            "revision": "591015a45c77444d012d97928c48269a5f6e835a",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/ar/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/ar/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 3,
            "translated_words": 4,
            "translated_percent": 12.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:57.025905+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 43159,
            "filename": "source/locale/br/LC_MESSAGES/plugins/paypal.po",
            "revision": "ce197d52730bf55f131ac652d9c127316ac619c8",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/br/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/br/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/br/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "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:57.071257+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/br/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/br/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/br/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/br/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 43164,
            "filename": "source/locale/ca/LC_MESSAGES/plugins/paypal.po",
            "revision": "70e8fe97e67de4df93a7bb46eff64105589890b7",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/ca/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/ca/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 4.0,
            "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:57.150651+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 43168,
            "filename": "source/locale/de/LC_MESSAGES/plugins/paypal.po",
            "revision": "1644baf8fb38da16157e5b568ecb96b2e83fe0c6",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/de/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/de/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 4,
            "translated_words": 27,
            "translated_percent": 16.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:57.205035+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 43176,
            "filename": "source/locale/es/LC_MESSAGES/plugins/paypal.po",
            "revision": "c642df850c24e426ef132068bcf7836ead1a4775",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/es/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/es/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 25,
            "translated_words": 292,
            "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": 3,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:57.288294+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 43180,
            "filename": "source/locale/fr_FR/LC_MESSAGES/plugins/paypal.po",
            "revision": "4b7330268d10638c0732de1cc6fb578cdef70cbf",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/fr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/fr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 25,
            "translated_words": 292,
            "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:57.353941+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 43187,
            "filename": "source/locale/it/LC_MESSAGES/plugins/paypal.po",
            "revision": "19567bb0b80b30d2bde42dda38f11e40315300a2",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/it/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/it/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 20,
            "translated_words": 273,
            "translated_percent": 80.0,
            "fuzzy": 2,
            "fuzzy_words": 7,
            "fuzzy_percent": 8.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:57.410451+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 43192,
            "filename": "source/locale/nb_NO/LC_MESSAGES/plugins/paypal.po",
            "revision": "d417285d6c2ecc80be1435930588be875956ce89",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "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": 3,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:57.452304+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 43195,
            "filename": "source/locale/uk/LC_MESSAGES/plugins/paypal.po",
            "revision": "c8f89ba073253e44c6f1099785388f046213d11f",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/uk/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/uk/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 23,
            "translated_words": 283,
            "translated_percent": 92.0,
            "fuzzy": 2,
            "fuzzy_words": 9,
            "fuzzy_percent": 8.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:57.783892+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 44016,
            "filename": "source/locale/oc/LC_MESSAGES/plugins/paypal.po",
            "revision": "c283143b8726905e57f5bd02a37292c5b42b54f3",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/oc/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/oc/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/oc/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 3,
            "translated_words": 5,
            "translated_percent": 12.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:57.503987+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/oc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/oc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/oc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/oc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 127122,
            "filename": "source/locale/tr/LC_MESSAGES/plugins/paypal.po",
            "revision": "573448ff3be48f89bcdeaf7fe9922b71fb82e556",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/tr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/tr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "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": 3,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:57.741079+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 127190,
            "filename": "source/locale/ota/LC_MESSAGES/plugins/paypal.po",
            "revision": "85bddf1b487a128ef859a7fcaeee5ff05fd1240b",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/ota/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ota/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/ota/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ota/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "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:57.553537+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ota/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ota/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ota/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ota/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 129450,
            "filename": "source/locale/si/LC_MESSAGES/plugins/paypal.po",
            "revision": "7aeaa2fa417efdf93535866f79fbeded5cd17399",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/si/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/si/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/si/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "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:57.696676+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/si/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/si/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/si/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/si/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 1270481,
            "filename": "source/locale/ru/LC_MESSAGES/plugins/paypal.po",
            "revision": "88f88eb4aa0632748801b897b96dc8bf6bddaf5c",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/ru/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/ru/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 3,
            "translated_words": 26,
            "translated_percent": 12.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:57.659378+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/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": 1451984,
            "filename": "source/locale/pt/LC_MESSAGES/plugins/paypal.po",
            "revision": "238bde0f22cd2d5335cf61ee8c68c1dd4f13e2e6",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-plugins-paypal/pt/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-plugins-paypal/pt/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 292,
            "translated": 4,
            "translated_words": 27,
            "translated_percent": 16.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:57.594551+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-plugins-paypal/pt/units/?format=api"
        }
    ]
}