Translation components API.

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

GET /api/components/dragon-audit/in-game-code-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-code-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": 142,
            "filename": "de/LC_MESSAGES/Dragon Audit In-Game Code Text.po",
            "revision": "52982ce39a220e3a8b965555b5e2dc7c4653f29c",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-code-text/de/",
            "share_url": "http://Translate.ArchiveEntertainment.com/engage/dragon-audit/de/",
            "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-code-text/de/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 70,
            "total_words": 4830,
            "translated": 8,
            "translated_words": 24,
            "translated_percent": 11.4,
            "fuzzy": 51,
            "fuzzy_words": 281,
            "fuzzy_percent": 72.8,
            "failing_checks": 49,
            "failing_checks_words": 266,
            "failing_checks_percent": 70.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-01-28T11:51:58.641620-08:00",
            "last_author": "Michael Mendelsohn",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/de/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/de/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/de/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/de/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-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": 147,
            "filename": "zh_CN/LC_MESSAGES/Dragon Audit In-Game Code Text.po",
            "revision": "93503e2f18e92c0082053ca9bea0fb90dee7db14",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-code-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-code-text/zh_Hans/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 70,
            "total_words": 4830,
            "translated": 69,
            "translated_words": 718,
            "translated_percent": 98.5,
            "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-01-18T23:18:03.846296-08:00",
            "last_author": "Zumi Kua",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/zh_Hans/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/zh_Hans/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/zh_Hans/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-code-text/zh_Hans/units/?format=api"
        }
    ]
}