Translation components API.

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

GET /api/components/galette/doc-user-generalities/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": 43243,
            "filename": "source/locale/usermanual/generalites.pot",
            "revision": "2010ebb7c12e546c7388cb1efe355182b16ec78f",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/en/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/en/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 54,
            "total_words": 826,
            "translated": 54,
            "translated_words": 826,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 87,
            "failing_checks_percent": 9.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:15:43.092232+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 43252,
            "filename": "source/locale/ar/LC_MESSAGES/usermanual/generalites.po",
            "revision": "0a675f16afc23cc07fc9b712e9ada5975af15c97",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/ar/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/ar/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "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": 2,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:24.202545+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 43259,
            "filename": "source/locale/br/LC_MESSAGES/usermanual/generalites.po",
            "revision": "95acf52f9c28653e0ceb65676b51a627384e93c9",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/br/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/br/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/br/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "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": 2,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:24.277427+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/br/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/br/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/br/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/br/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 43263,
            "filename": "source/locale/ca/LC_MESSAGES/usermanual/generalites.po",
            "revision": "e72ef8b2637453f9b15fe4fb45056c22b6e44f63",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/ca/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/ca/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "translated": 17,
            "translated_words": 252,
            "translated_percent": 31.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.8,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:24.429968+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 43266,
            "filename": "source/locale/de/LC_MESSAGES/usermanual/generalites.po",
            "revision": "738e19d0fdf611972f234c8918af942a791f425b",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/de/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/de/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "translated": 5,
            "translated_words": 40,
            "translated_percent": 9.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.8,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:24.534179+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 43273,
            "filename": "source/locale/es/LC_MESSAGES/usermanual/generalites.po",
            "revision": "6a52cf8d54731cd9c90980fa574012f86490d6c8",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/es/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/es/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 5.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:24.615567+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 43277,
            "filename": "source/locale/fr_FR/LC_MESSAGES/usermanual/generalites.po",
            "revision": "06f5bc072fc6efd61975015787f2485cfe0798a9",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/fr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/fr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "translated": 54,
            "translated_words": 826,
            "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:24.708538+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 43282,
            "filename": "source/locale/it/LC_MESSAGES/usermanual/generalites.po",
            "revision": "5c9fd1ae6b419db1e730934081a7c936c1d93f72",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/it/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/it/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "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:24.778113+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 43284,
            "filename": "source/locale/nb_NO/LC_MESSAGES/usermanual/generalites.po",
            "revision": "876998895ecb61db9fec020ec8b182bc736b4bc6",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.8,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:24.857004+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 43288,
            "filename": "source/locale/uk/LC_MESSAGES/usermanual/generalites.po",
            "revision": "2718cc29d0c546e221a3b24c8467b6e5a4e7eca7",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/uk/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/uk/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "translated": 54,
            "translated_words": 826,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 3.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:25.417045+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 44003,
            "filename": "source/locale/oc/LC_MESSAGES/usermanual/generalites.po",
            "revision": "73c2ab0510005ae97fa05f5239263b2a82316534",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/oc/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/oc/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/oc/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 5.5,
            "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:24.927721+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/oc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/oc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/oc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/oc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 127126,
            "filename": "source/locale/tr/LC_MESSAGES/usermanual/generalites.po",
            "revision": "53528494f9db90f04ec4b92abb3ac7bacef81fb6",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/tr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/tr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "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:25.345664+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 127194,
            "filename": "source/locale/ota/LC_MESSAGES/usermanual/generalites.po",
            "revision": "a18e3b294717f637f73baf18827f2d1a15ba2284",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/ota/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ota/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/ota/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ota/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "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:24.999994+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ota/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ota/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ota/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ota/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 129454,
            "filename": "source/locale/si/LC_MESSAGES/usermanual/generalites.po",
            "revision": "f31c4731a4cd4f35726c627b67dbcd4d134d84c7",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/si/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/si/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/si/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "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:25.211314+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/si/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/si/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/si/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/si/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 1270489,
            "filename": "source/locale/ru/LC_MESSAGES/usermanual/generalites.po",
            "revision": "c3cb0f865ecc2ad8c28ce46d00e65d13eb6e819d",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/ru/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/ru/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "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:25.128849+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/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": 1452001,
            "filename": "source/locale/pt/LC_MESSAGES/usermanual/generalites.po",
            "revision": "dbea1d1bc32e13d66c994c2ce1ab093c5f6ad016",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-generalities/pt/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-generalities/pt/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 54,
            "total_words": 826,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 3.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:25.063172+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-generalities/pt/units/?format=api"
        }
    ]
}