Translation components API.

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

GET /api/components/lxqt-panel/plugin-colorpicker/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 37,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bul"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/bg/",
                "url": "https://translate.lxqt-project.org/api/languages/bg/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/bg/statistics/?format=api"
            },
            "language_code": "bg",
            "id": 9058,
            "filename": "plugin-colorpicker/translations/colorpicker_bg.ts",
            "revision": "76b2ddafb5fe6d4269a596a81f505894b8549746",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-colorpicker/bg/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/bg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-colorpicker/bg/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-04-17T17:36:37.398996Z",
            "last_author": "cybercop",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/bg/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/bg/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/bg/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/bg/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/bg/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 292,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "svk",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/sk/",
                "url": "https://translate.lxqt-project.org/api/languages/sk/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/sk/statistics/?format=api"
            },
            "language_code": "sk",
            "id": 9086,
            "filename": "plugin-colorpicker/translations/colorpicker_sk.ts",
            "revision": "1ddefdc7a7bdb5a8cba1f46d989894152e53436d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-colorpicker/sk/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/sk/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-colorpicker/sk/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "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-04-24T12:41:29.698824Z",
            "last_author": "Paolo Vigoroso",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/sk/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/sk/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/sk/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/sk/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/sk/units/?format=api"
        }
    ]
}