Translation components API.

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

GET /api/components/galette/doc-user-advanced/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": 43244,
            "filename": "source/locale/usermanual/avancee.pot",
            "revision": "80870f5fb36373877cc2313c4f88f1671b786b2b",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/en/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/en/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 69,
            "total_words": 1100,
            "translated": 69,
            "translated_words": 1100,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 69,
            "failing_checks_percent": 4.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-09T11:28:04.171400+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 43253,
            "filename": "source/locale/ar/LC_MESSAGES/usermanual/avancee.po",
            "revision": "249a0fdbd4629542dc0c9e6741e6a52489b1cc8d",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/ar/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/ar/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 1.4,
            "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-09T11:28:04.435578+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 43257,
            "filename": "source/locale/br/LC_MESSAGES/usermanual/avancee.po",
            "revision": "fff8af2c2447e69806996846a12dd83924c759c3",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/br/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/br/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/br/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 1.4,
            "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-09T11:28:04.687909+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/br/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/br/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/br/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/br/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 43260,
            "filename": "source/locale/ca/LC_MESSAGES/usermanual/avancee.po",
            "revision": "6caff03848b4f8b7503519c0ef17aa9dd0327513",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/ca/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/ca/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 1.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-05-09T11:28:04.867349+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 43264,
            "filename": "source/locale/de/LC_MESSAGES/usermanual/avancee.po",
            "revision": "210b8fc31d033d6eaefe1040ff1d67b291ad08ac",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/de/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/de/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 2.8,
            "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-09T11:28:05.013893+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 43271,
            "filename": "source/locale/es/LC_MESSAGES/usermanual/avancee.po",
            "revision": "61e95c516afa39492aac63cac570ae262124c290",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/es/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/es/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 11,
            "translated_words": 246,
            "translated_percent": 15.9,
            "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-09T11:28:05.201251+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 43275,
            "filename": "source/locale/fr_FR/LC_MESSAGES/usermanual/avancee.po",
            "revision": "a7082420d69c2bb883cb777f78479a6b8ee6db07",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/fr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/fr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 69,
            "translated_words": 1100,
            "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-09T13:25:43.596240+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 43279,
            "filename": "source/locale/it/LC_MESSAGES/usermanual/avancee.po",
            "revision": "e22ff862fb15c552e1c5991defa9cb0360c86064",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/it/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/it/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 1.4,
            "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-09T11:28:31.059926+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 43283,
            "filename": "source/locale/nb_NO/LC_MESSAGES/usermanual/avancee.po",
            "revision": "0068d35efda1021ec2cb72c78243bbc85bdcd7db",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "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-09T11:28:31.216798+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 43286,
            "filename": "source/locale/uk/LC_MESSAGES/usermanual/avancee.po",
            "revision": "47ee0e3e9d55b0fbc6a3cc855b35fe3b960074c7",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/uk/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/uk/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 30,
            "translated_words": 654,
            "translated_percent": 43.4,
            "fuzzy": 3,
            "fuzzy_words": 55,
            "fuzzy_percent": 4.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-05-20T20:12:17.379148+02:00",
            "last_author": "Weblate Translation Memory",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 44002,
            "filename": "source/locale/oc/LC_MESSAGES/usermanual/avancee.po",
            "revision": "71a67e1299a1007dfde134f917a9d1eb64fafd2c",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/oc/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/oc/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/oc/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 2.8,
            "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-09T11:28:51.940669+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/oc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/oc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/oc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/oc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 127111,
            "filename": "source/locale/tr/LC_MESSAGES/usermanual/avancee.po",
            "revision": "fdad9dfaee9f7611ac115eb69a8190a2b6e32547",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/tr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/tr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 1.4,
            "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-09T11:28:52.979398+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 127177,
            "filename": "source/locale/ota/LC_MESSAGES/usermanual/avancee.po",
            "revision": "8e039e147e36433513b9438ade4478fac105a93c",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/ota/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ota/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/ota/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ota/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "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-09T11:28:52.145709+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ota/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ota/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ota/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ota/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 129438,
            "filename": "source/locale/si/LC_MESSAGES/usermanual/avancee.po",
            "revision": "fe37ce34f0a54eb712f6425aa120953e7f3e4a08",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/si/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/si/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/si/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "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-09T11:28:52.759143+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/si/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/si/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/si/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/si/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 1270492,
            "filename": "source/locale/ru/LC_MESSAGES/usermanual/avancee.po",
            "revision": "1b4c834c60ac9f0e12058697acbdb70c00bd8bf6",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/ru/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/ru/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "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-09T11:28:52.578415+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/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": 1451998,
            "filename": "source/locale/pt/LC_MESSAGES/usermanual/avancee.po",
            "revision": "b6e41f76d5a6275c59a987b45d0f3d38946637eb",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-advanced/pt/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-advanced/pt/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 1100,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 1.4,
            "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-09T11:28:52.345900+02:00",
            "last_author": "Johan Cwiklinski",
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/pt/units/?format=api"
        }
    ]
}