Translation components API.

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

GET /api/components/dragon-audit/in-game-runtime-text/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.archiveentertainment.com/api/components/dragon-audit/in-game-runtime-text/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "german",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "http://Translate.ArchiveEntertainment.com/languages/de/",
                "url": "https://translate.archiveentertainment.com/api/languages/de/?format=api",
                "statistics_url": "https://translate.archiveentertainment.com/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 144,
            "filename": "de/LC_MESSAGES/Dragon Audit In-Game Runtime Text.po",
            "revision": "5676775c152ef470565ad4f24fdeed148b8ba92c",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-runtime-text/de/",
            "share_url": "http://Translate.ArchiveEntertainment.com/engage/dragon-audit/de/",
            "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-runtime-text/de/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 157,
            "total_words": 701,
            "translated": 141,
            "translated_words": 654,
            "translated_percent": 89.8,
            "fuzzy": 16,
            "fuzzy_words": 47,
            "fuzzy_percent": 10.1,
            "failing_checks": 3,
            "failing_checks_words": 7,
            "failing_checks_percent": 1.9,
            "have_suggestion": 0,
            "have_comment": 2,
            "last_change": "2023-01-04T16:36:13.353132-08:00",
            "last_author": "Marvin R.",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/de/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/de/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/de/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/de/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/de/units/?format=api"
        },
        {
            "language": {
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 360,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese_chs",
                    "schinese",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans"
                ],
                "direction": "ltr",
                "web_url": "http://Translate.ArchiveEntertainment.com/languages/zh_Hans/",
                "url": "https://translate.archiveentertainment.com/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://translate.archiveentertainment.com/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh_CN",
            "id": 149,
            "filename": "zh_CN/LC_MESSAGES/Dragon Audit In-Game Runtime Text.po",
            "revision": "cb4cea0a0ed5810f575b30a57d7b782bd1162e5b",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-runtime-text/zh_Hans/",
            "share_url": "http://Translate.ArchiveEntertainment.com/engage/dragon-audit/zh_Hans/",
            "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-runtime-text/zh_Hans/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 157,
            "total_words": 701,
            "translated": 155,
            "translated_words": 696,
            "translated_percent": 98.7,
            "fuzzy": 2,
            "fuzzy_words": 5,
            "fuzzy_percent": 1.2,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-19T01:24:37.958390-08:00",
            "last_author": "Zumi Kua",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/zh_Hans/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/zh_Hans/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/zh_Hans/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-runtime-text/zh_Hans/units/?format=api"
        }
    ]
}