Translation components API.

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

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

{
    "count": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.framasoft.org/languages/en/",
                "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 1419,
            "filename": "themes/default/lib/Lstu/I18N/en.po",
            "revision": "23ef1191e1fefc4b71c01e4c365234b97da81649,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/en/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/en/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/en/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 76,
            "total_words": 546,
            "translated": 76,
            "translated_words": 546,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 8,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.framasoft.org/api/translations/lstu/development/en/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/en/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/en/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/en/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/en/units/?format=api"
        },
        {
            "language": {
                "id": 43,
                "code": "br",
                "name": "Breton",
                "plural": {
                    "id": 43,
                    "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://weblate.framasoft.org/languages/br/",
                "url": "https://weblate.framasoft.org/api/languages/br/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/br/statistics/?format=api"
            },
            "language_code": "br",
            "id": 1420,
            "filename": "themes/default/lib/Lstu/I18N/br.po",
            "revision": "7db8a793198dfaef24c9f320ae43950565676215,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/br/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/br/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/br/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 546,
            "translated": 48,
            "translated_words": 199,
            "translated_percent": 63.1,
            "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": "2023-11-23T10:03:13.495341Z",
            "last_author": "Florent Grouin",
            "repository_url": "https://weblate.framasoft.org/api/translations/lstu/development/br/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/br/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/br/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/br/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/br/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.framasoft.org/languages/de/",
                "url": "https://weblate.framasoft.org/api/languages/de/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 1421,
            "filename": "themes/default/lib/Lstu/I18N/de.po",
            "revision": "a0b6675a63951665a92c735c2489eee6c73a048f,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/de/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/de/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/de/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 546,
            "translated": 44,
            "translated_words": 142,
            "translated_percent": 57.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 17,
            "failing_checks_percent": 5.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-13T15:10:51.254092Z",
            "last_author": "pi",
            "repository_url": "https://weblate.framasoft.org/api/translations/lstu/development/de/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/de/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/de/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/de/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/de/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.framasoft.org/languages/es/",
                "url": "https://weblate.framasoft.org/api/languages/es/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 1422,
            "filename": "themes/default/lib/Lstu/I18N/es.po",
            "revision": "7312f6adf910025de5354e3c91c29c80a6e111b9,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/es/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/es/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/es/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 546,
            "translated": 76,
            "translated_words": 546,
            "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": "2021-04-29T12:46:28.865805Z",
            "last_author": "Deleted User",
            "repository_url": "https://weblate.framasoft.org/api/translations/lstu/development/es/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/es/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/es/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/es/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/es/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.framasoft.org/languages/fr/",
                "url": "https://weblate.framasoft.org/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 1423,
            "filename": "themes/default/lib/Lstu/I18N/fr.po",
            "revision": "188f2f07ed7c7c44fce519929d7239c5ba6468a1,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/fr/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/fr/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/fr/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 546,
            "translated": 76,
            "translated_words": 546,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr/units/?format=api"
        },
        {
            "language": {
                "id": 351,
                "code": "fr_FR",
                "name": "French (France)",
                "plural": {
                    "id": 370,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://weblate.framasoft.org/languages/fr_FR/",
                "url": "https://weblate.framasoft.org/api/languages/fr_FR/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/fr_FR/statistics/?format=api"
            },
            "language_code": "fr_FR",
            "id": 1424,
            "filename": "themes/default/lib/Lstu/I18N/fr_FR.po",
            "revision": "eebc9e99f4cad42e294d7f2a37f124cf906e357a,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/fr_FR/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/fr_FR/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/fr_FR/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/fr_FR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 546,
            "translated": 76,
            "translated_words": 546,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr_FR/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr_FR/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr_FR/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr_FR/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/fr_FR/units/?format=api"
        },
        {
            "language": {
                "id": 229,
                "code": "oc",
                "name": "Occitan",
                "plural": {
                    "id": 229,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "oci"
                ],
                "direction": "ltr",
                "population": 2040397,
                "web_url": "https://weblate.framasoft.org/languages/oc/",
                "url": "https://weblate.framasoft.org/api/languages/oc/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/oc/statistics/?format=api"
            },
            "language_code": "oc",
            "id": 1425,
            "filename": "themes/default/lib/Lstu/I18N/oc.po",
            "revision": "9bc16963574933ee06c81b7ae4ab9911882e1103,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/oc/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/oc/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/oc/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 546,
            "translated": 76,
            "translated_words": 546,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-27T10:44:12.789557Z",
            "last_author": "Quentin PAGÈS",
            "repository_url": "https://weblate.framasoft.org/api/translations/lstu/development/oc/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/oc/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/oc/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/oc/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/oc/units/?format=api"
        },
        {
            "language": {
                "id": 291,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://weblate.framasoft.org/languages/sv/",
                "url": "https://weblate.framasoft.org/api/languages/sv/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 1426,
            "filename": "themes/default/lib/Lstu/I18N/sv.po",
            "revision": "48eb1e1d55a7b14c189f6d36a729085ef08b1f6a,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/sv/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/sv/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/sv/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 546,
            "translated": 75,
            "translated_words": 539,
            "translated_percent": 98.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.framasoft.org/api/translations/lstu/development/sv/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/sv/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/sv/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/sv/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/sv/units/?format=api"
        },
        {
            "language": {
                "id": 130,
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 130,
                    "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": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 6813163,
                "web_url": "https://weblate.framasoft.org/languages/hr/",
                "url": "https://weblate.framasoft.org/api/languages/hr/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/hr/statistics/?format=api"
            },
            "language_code": "hr",
            "id": 2726,
            "filename": "themes/default/lib/Lstu/I18N/hr.po",
            "revision": "ce268fddcdc3b38c3ab55e7f8896161533294d5c,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/hr/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/hr/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/hr/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 546,
            "translated": 76,
            "translated_words": 546,
            "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": "2022-07-25T23:01:23.734801Z",
            "last_author": "Milo Ivir",
            "repository_url": "https://weblate.framasoft.org/api/translations/lstu/development/hr/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/hr/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/hr/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/hr/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/hr/units/?format=api"
        },
        {
            "language": {
                "id": 244,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://weblate.framasoft.org/languages/pt_BR/",
                "url": "https://weblate.framasoft.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/languages/pt_BR/statistics/?format=api"
            },
            "language_code": "pt_BR",
            "id": 2906,
            "filename": "themes/default/lib/Lstu/I18N/pt_BR.po",
            "revision": "4c4ed86dfafddc57dc3360edbeccc57c762d93bb,23ef1191e1fefc4b71c01e4c365234b97da81649",
            "web_url": "https://weblate.framasoft.org/projects/lstu/development/pt_BR/",
            "share_url": "https://weblate.framasoft.org/engage/lstu/-/pt_BR/",
            "translate_url": "https://weblate.framasoft.org/translate/lstu/development/pt_BR/",
            "url": "https://weblate.framasoft.org/api/translations/lstu/development/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 546,
            "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://weblate.framasoft.org/api/translations/lstu/development/pt_BR/repository/?format=api",
            "file_url": "https://weblate.framasoft.org/api/translations/lstu/development/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/translations/lstu/development/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.framasoft.org/api/translations/lstu/development/pt_BR/units/?format=api"
        }
    ]
}