Translation components API.

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

GET /api/components/galette/doc-user-contributions/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": 43249,
            "filename": "source/locale/usermanual/contributions.pot",
            "revision": "0e2c224ea8d7364bef4ae95f8d3e940e29a72875",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/en/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/en/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 53,
            "total_words": 782,
            "translated": 53,
            "translated_words": 782,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 72,
            "failing_checks_percent": 7.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:15:49.028038+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 43300,
            "filename": "source/locale/ar/LC_MESSAGES/usermanual/contributions.po",
            "revision": "33c73c898bb38002eb54758dca575e4de5801ef4",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/ar/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/ar/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 5,
            "translated_words": 7,
            "translated_percent": 9.4,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 5.6,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 1.8,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:38.916826+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 43303,
            "filename": "source/locale/br/LC_MESSAGES/usermanual/contributions.po",
            "revision": "cec08f260f633199814fd989fbd2c6a58df669ab",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/br/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/br/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/br/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 1.8,
            "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:39.419802+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/br/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/br/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/br/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/br/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 43305,
            "filename": "source/locale/ca/LC_MESSAGES/usermanual/contributions.po",
            "revision": "7c7a6baccdd176e08b7de868f00e3953a783b860",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/ca/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/ca/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 1.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 12,
            "failing_checks_percent": 13.2,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:39.731357+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 43307,
            "filename": "source/locale/de/LC_MESSAGES/usermanual/contributions.po",
            "revision": "621fe1e8cb2ef2f3d89436a7a68548706ffd4f9b",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/de/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/de/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 16,
            "translated_words": 69,
            "translated_percent": 30.1,
            "fuzzy": 2,
            "fuzzy_words": 4,
            "fuzzy_percent": 3.7,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:40.195385+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 43313,
            "filename": "source/locale/es/LC_MESSAGES/usermanual/contributions.po",
            "revision": "661514270265fd53b50d1215f6c71c3f0224fad6",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/es/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/es/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 8,
            "translated_words": 14,
            "translated_percent": 15.0,
            "fuzzy": 2,
            "fuzzy_words": 4,
            "fuzzy_percent": 3.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:40.855362+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 43316,
            "filename": "source/locale/fr_FR/LC_MESSAGES/usermanual/contributions.po",
            "revision": "85c5a0ee27c4766a1cb3f36f4b37748ac3e81e12",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/fr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/fr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 53,
            "translated_words": 782,
            "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:41.379978+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 43318,
            "filename": "source/locale/it/LC_MESSAGES/usermanual/contributions.po",
            "revision": "db1e2f9ff6536780707eae82f1b4ee6280ce62ba",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/it/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/it/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 5,
            "translated_words": 7,
            "translated_percent": 9.4,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 5.6,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 1.8,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:41.661082+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 43321,
            "filename": "source/locale/nb_NO/LC_MESSAGES/usermanual/contributions.po",
            "revision": "37e679ebc35517ace1ed1cffc252555347c10252",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "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:41.883856+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 43325,
            "filename": "source/locale/uk/LC_MESSAGES/usermanual/contributions.po",
            "revision": "e6c026deafa28182cb6c6e1696edd6a9eab4288d",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/uk/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/uk/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 44,
            "translated_words": 648,
            "translated_percent": 83.0,
            "fuzzy": 1,
            "fuzzy_words": 22,
            "fuzzy_percent": 1.8,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 3.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:42.793296+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 44007,
            "filename": "source/locale/oc/LC_MESSAGES/usermanual/contributions.po",
            "revision": "30e3c2ce77e392a27c24c3e189a254b9183d54f7",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/oc/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/oc/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/oc/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 8,
            "translated_words": 57,
            "translated_percent": 15.0,
            "fuzzy": 2,
            "fuzzy_words": 4,
            "fuzzy_percent": 3.7,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 1.8,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:42.088853+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/oc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/oc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/oc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/oc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 127118,
            "filename": "source/locale/tr/LC_MESSAGES/usermanual/contributions.po",
            "revision": "3ec589bc931f3a04d91224778325d6ddbad8b463",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/tr/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/tr/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 2,
            "translated_words": 3,
            "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": 3,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:42.713298+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 127187,
            "filename": "source/locale/ota/LC_MESSAGES/usermanual/contributions.po",
            "revision": "bd475dd6bf089f519b1a08244a3d619f3695801e",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/ota/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ota/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/ota/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ota/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "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:42.397066+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ota/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ota/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ota/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ota/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 129446,
            "filename": "source/locale/si/LC_MESSAGES/usermanual/contributions.po",
            "revision": "846646d20f0aa250ed21e6e0674a4849e8b3dc07",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/si/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/si/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/si/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "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:42.631786+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/si/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/si/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/si/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/si/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 1270487,
            "filename": "source/locale/ru/LC_MESSAGES/usermanual/contributions.po",
            "revision": "22bebf84afc3688f70ab37ed0a98caf1cc85ea14",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/ru/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/ru/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 5.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:17:42.566852+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/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": 1451988,
            "filename": "source/locale/pt/LC_MESSAGES/usermanual/contributions.po",
            "revision": "4317470a117086fe15db87c2d2a06c5e5728eeb9",
            "web_url": "https://hosted.weblate.org/projects/galette/doc-user-contributions/pt/",
            "share_url": "https://hosted.weblate.org/engage/galette/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/galette/doc-user-contributions/pt/",
            "url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 53,
            "total_words": 782,
            "translated": 2,
            "translated_words": 3,
            "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": 2,
            "have_comment": 0,
            "last_change": "2024-05-08T20:17:42.489471+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/galette/doc-user-contributions/pt/units/?format=api"
        }
    ]
}