Translation components API.

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

GET /api/components/dragon-audit/in-game-json-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-json-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": 143,
            "filename": "de/LC_MESSAGES/Dragon Audit In-Game JSON Text.po",
            "revision": "78759ae113eb545c404b0d5c087ef54ce63a5430",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-json-text/de/",
            "share_url": "http://Translate.ArchiveEntertainment.com/engage/dragon-audit/de/",
            "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-json-text/de/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 210,
            "total_words": 1015,
            "translated": 201,
            "translated_words": 980,
            "translated_percent": 95.7,
            "fuzzy": 9,
            "fuzzy_words": 35,
            "fuzzy_percent": 4.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-10-11T09:59:07.036410-07:00",
            "last_author": "Marvin R.",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/de/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/de/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/de/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/de/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-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": 148,
            "filename": "zh_CN/LC_MESSAGES/Dragon Audit In-Game JSON Text.po",
            "revision": "2e262407c605b424dec5235bc7dbf4ada8f318d8",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-json-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-json-text/zh_Hans/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 210,
            "total_words": 1015,
            "translated": 209,
            "translated_words": 1014,
            "translated_percent": 99.5,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 0.4,
            "failing_checks": 2,
            "failing_checks_words": 15,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-19T00:25:20.688907-08:00",
            "last_author": "Zumi Kua",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/zh_Hans/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/zh_Hans/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/zh_Hans/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-json-text/zh_Hans/units/?format=api"
        }
    ]
}