Translation components API.

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

GET /api/components/calcpvautonome/translations/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "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",
            "id": 13697,
            "filename": "lang/fr/LC_MESSAGES/messages.po",
            "revision": "2ad17f09f3393b437f87898d00bbf130d443dd44",
            "web_url": "https://hosted.weblate.org/projects/calcpvautonome/translations/fr/",
            "share_url": "https://hosted.weblate.org/engage/calcpvautonome/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/calcpvautonome/translations/fr/",
            "url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 302,
            "total_words": 2382,
            "translated": 302,
            "translated_words": 2382,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 49,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-05-14T11:27:14.740717+02:00",
            "last_author": "Maite Guix",
            "repository_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/fr/units/?format=api"
        },
        {
            "language": {
                "id": 56,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://hosted.weblate.org/languages/cs/",
                "url": "https://hosted.weblate.org/api/languages/cs/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs",
            "id": 13868,
            "filename": "lang/cs/LC_MESSAGES/messages.po",
            "revision": "3dde16fea6ac66744694a926d596d132381968ca",
            "web_url": "https://hosted.weblate.org/projects/calcpvautonome/translations/cs/",
            "share_url": "https://hosted.weblate.org/engage/calcpvautonome/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/calcpvautonome/translations/cs/",
            "url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 302,
            "total_words": 2382,
            "translated": 86,
            "translated_words": 454,
            "translated_percent": 28.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 42,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-03-01T18:35:58+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/cs/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": 15750,
            "filename": "lang/nb_NO/LC_MESSAGES/messages.po",
            "revision": "7a064b928e7fe71fcde11a3527d994dfb837a396",
            "web_url": "https://hosted.weblate.org/projects/calcpvautonome/translations/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/calcpvautonome/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/calcpvautonome/translations/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 302,
            "total_words": 2382,
            "translated": 79,
            "translated_words": 270,
            "translated_percent": 26.1,
            "fuzzy": 2,
            "fuzzy_words": 8,
            "fuzzy_percent": 0.6,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/nb_NO/units/?format=api"
        },
        {
            "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": 34340,
            "filename": "lang/messages.pot",
            "revision": "2ff9500ddb648bcaf6508013647c4d77b30126ff",
            "web_url": "https://hosted.weblate.org/projects/calcpvautonome/translations/en/",
            "share_url": "https://hosted.weblate.org/engage/calcpvautonome/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/calcpvautonome/translations/en/",
            "url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 302,
            "total_words": 2382,
            "translated": 302,
            "translated_words": 2382,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 45,
            "failing_checks_words": 577,
            "failing_checks_percent": 14.9,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/en/units/?format=api"
        },
        {
            "language": {
                "id": 78,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://hosted.weblate.org/languages/pl/",
                "url": "https://hosted.weblate.org/api/languages/pl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pl/statistics/?format=api"
            },
            "language_code": "pl",
            "id": 36498,
            "filename": "lang/pl/LC_MESSAGES/messages.po",
            "revision": "fe1d8c0aaa9621a2011ad468b7ebfbe7ac598a5e",
            "web_url": "https://hosted.weblate.org/projects/calcpvautonome/translations/pl/",
            "share_url": "https://hosted.weblate.org/engage/calcpvautonome/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/calcpvautonome/translations/pl/",
            "url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 302,
            "total_words": 2382,
            "translated": 237,
            "translated_words": 1562,
            "translated_percent": 78.4,
            "fuzzy": 3,
            "fuzzy_words": 27,
            "fuzzy_percent": 0.9,
            "failing_checks": 5,
            "failing_checks_words": 32,
            "failing_checks_percent": 1.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-17T20:22:09.303941+01:00",
            "last_author": "Eryk Michalak",
            "repository_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/pl/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": 922446,
            "filename": "lang/ca/LC_MESSAGES/messages.po",
            "revision": "94d7ff06597fdc94743112cf61413f742872a2c2",
            "web_url": "https://hosted.weblate.org/projects/calcpvautonome/translations/ca/",
            "share_url": "https://hosted.weblate.org/engage/calcpvautonome/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/calcpvautonome/translations/ca/",
            "url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 302,
            "total_words": 2382,
            "translated": 302,
            "translated_words": 2382,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-16T19:12:38.018694+02:00",
            "last_author": "Maite Guix",
            "repository_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/ca/units/?format=api"
        },
        {
            "language": {
                "id": 185,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 734,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://hosted.weblate.org/languages/zh_Hant/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "language_code": "zh_Hant",
            "id": 922447,
            "filename": "lang/zh_Hant/LC_MESSAGES/messages.po",
            "revision": "fa92393886f1dd9eefec15f703d824182ce0e3ee",
            "web_url": "https://hosted.weblate.org/projects/calcpvautonome/translations/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/calcpvautonome/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/calcpvautonome/translations/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 302,
            "total_words": 2382,
            "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": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/calcpvautonome/translations/zh_Hant/units/?format=api"
        }
    ]
}