Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://t.naviter.com/languages/en/",
                "url": "https://t.naviter.com/api/languages/en/?format=api",
                "statistics_url": "https://t.naviter.com/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 70,
            "filename": "",
            "revision": "",
            "web_url": "https://t.naviter.com/projects/seeyoumobile/glossary/en/",
            "share_url": "https://t.naviter.com/engage/seeyoumobile/en/",
            "translate_url": "https://t.naviter.com/translate/seeyoumobile/glossary/en/",
            "url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 76,
            "total_words": 103,
            "translated": 76,
            "translated_words": 103,
            "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": null,
            "last_author": null,
            "repository_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/en/repository/?format=api",
            "file_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/en/file/?format=api",
            "statistics_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/en/statistics/?format=api",
            "changes_list_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/en/changes/?format=api",
            "units_list_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/en/units/?format=api"
        },
        {
            "language": {
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 335,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "web_url": "https://t.naviter.com/languages/zh_Hans/",
                "url": "https://t.naviter.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://t.naviter.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh_Hans",
            "id": 71,
            "filename": "zh_Hans.tbx",
            "revision": "d7ff9b5939751bb77e7e5da09188c55fa8706570",
            "web_url": "https://t.naviter.com/projects/seeyoumobile/glossary/zh_Hans/",
            "share_url": "https://t.naviter.com/engage/seeyoumobile/zh_Hans/",
            "translate_url": "https://t.naviter.com/translate/seeyoumobile/glossary/zh_Hans/",
            "url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 76,
            "total_words": 103,
            "translated": 76,
            "translated_words": 103,
            "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": "2020-11-11T15:29:46.683545Z",
            "last_author": null,
            "repository_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://t.naviter.com/api/translations/seeyoumobile/glossary/zh_Hans/units/?format=api"
        }
    ]
}