Translation components API.

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

GET /api/components/galette/doc-install-postinstall/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": 43050,
            "filename": "source/locale/installation/postinstall.pot",
            "revision": "071ed2856fe3ad511c9a7b169a7de7ab107b745c",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/en/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/en/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 23,
            "total_words": 364,
            "translated": 23,
            "translated_words": 364,
            "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:36.606137+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 43085,
            "filename": "source/locale/ar/LC_MESSAGES/installation/postinstall.po",
            "revision": "3219f731564ba1ca2b1ba002a9020f1354b2b165",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/ar/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/ar/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "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:18:03.381940+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 43089,
            "filename": "source/locale/br/LC_MESSAGES/installation/postinstall.po",
            "revision": "32f1427223c8e5bf2644d10e615840ba16b403a3",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/br/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/br/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/br/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "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:18:03.424507+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/br/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/br/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/br/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/br/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 43092,
            "filename": "source/locale/ca/LC_MESSAGES/installation/postinstall.po",
            "revision": "3a20233e9387061def5bd2c5a24ca0885424b24f",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/ca/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/ca/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "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:18:03.473798+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 43096,
            "filename": "source/locale/de/LC_MESSAGES/installation/postinstall.po",
            "revision": "76df66526dc4fe9fd9c1f02b40757bc125b198ad",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/de/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/de/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 8.6,
            "fuzzy": 1,
            "fuzzy_words": 11,
            "fuzzy_percent": 4.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2024-05-08T20:18:03.523295+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 43106,
            "filename": "source/locale/es/LC_MESSAGES/installation/postinstall.po",
            "revision": "def5e07cff6f64f87ddfd311baad9ee65226161f",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/es/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/es/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "translated": 23,
            "translated_words": 364,
            "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": 1,
            "have_comment": 0,
            "last_change": "2024-05-08T20:18:03.573741+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 43110,
            "filename": "source/locale/fr_FR/LC_MESSAGES/installation/postinstall.po",
            "revision": "9be660322300f7813b45e49f5c2535591e7ecfcf",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/fr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/fr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "translated": 23,
            "translated_words": 364,
            "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:18:03.637776+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 43115,
            "filename": "source/locale/it/LC_MESSAGES/installation/postinstall.po",
            "revision": "c93cd0574c3c6877b9b06f88a145fcd8a4bf933c",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/it/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/it/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 4.3,
            "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:18:03.693843+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 43119,
            "filename": "source/locale/nb_NO/LC_MESSAGES/installation/postinstall.po",
            "revision": "4ce60804a01de78ea4dd78079c2d5a2c1f53635e",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "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:18:03.737393+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 43122,
            "filename": "source/locale/uk/LC_MESSAGES/installation/postinstall.po",
            "revision": "25747e1b48da1dde4ed54b94ce1644337a2a47b8",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/uk/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/uk/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "translated": 22,
            "translated_words": 353,
            "translated_percent": 95.6,
            "fuzzy": 1,
            "fuzzy_words": 11,
            "fuzzy_percent": 4.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:18:04.064287+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 44023,
            "filename": "source/locale/oc/LC_MESSAGES/installation/postinstall.po",
            "revision": "495f96d9ee9824f774554d4eace8664eae719650",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/oc/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/oc/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/oc/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 8.6,
            "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:18:03.778778+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/oc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/oc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/oc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/oc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 127112,
            "filename": "source/locale/tr/LC_MESSAGES/installation/postinstall.po",
            "revision": "54e2d2d6f5cf4319afa68fcd2c0ce5f75261755c",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/tr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/tr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "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:18:04.020342+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 127179,
            "filename": "source/locale/ota/LC_MESSAGES/installation/postinstall.po",
            "revision": "35e17b11e093c553327b44e27cdfd46b8a3cd307",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/ota/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ota/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/ota/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ota/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "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:18:03.846135+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ota/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ota/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ota/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ota/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 129440,
            "filename": "source/locale/si/LC_MESSAGES/installation/postinstall.po",
            "revision": "47c1bc9f148dce7c76fba4dd634539e2749c1571",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/si/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/si/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/si/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "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:18:03.978829+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/si/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/si/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/si/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/si/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 1270484,
            "filename": "source/locale/ru/LC_MESSAGES/installation/postinstall.po",
            "revision": "e61f10699dafcab6518f41d3e7e298b07b7d4035",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/ru/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/ru/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "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:18:03.938327+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/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": 1451974,
            "filename": "source/locale/pt/LC_MESSAGES/installation/postinstall.po",
            "revision": "142c94da7aefe35f8dea809102bac7530ee6b691",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-install-postinstall/pt/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-install-postinstall/pt/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 364,
            "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:18:03.899658+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-install-postinstall/pt/units/?format=api"
        }
    ]
}