Translation components API.

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

GET /api/components/dragon-audit/in-game-story-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-story-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": 145,
            "filename": "de/LC_MESSAGES/Dragon Audit In-Game Story Text.po",
            "revision": "98bbe116c56811def27a34ef080eb29485716531",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-story-text/de/",
            "share_url": "http://Translate.ArchiveEntertainment.com/engage/dragon-audit/de/",
            "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-story-text/de/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1478,
            "total_words": 13642,
            "translated": 629,
            "translated_words": 5593,
            "translated_percent": 42.5,
            "fuzzy": 12,
            "fuzzy_words": 178,
            "fuzzy_percent": 0.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 2,
            "last_change": "2023-01-07T18:00:08.264254-08:00",
            "last_author": "Marvin R.",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/de/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/de/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/de/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/de/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-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": 150,
            "filename": "zh_CN/LC_MESSAGES/Dragon Audit In-Game Story Text.po",
            "revision": "d51d609cb6b8718ec8b1c00ce428c53b77f9e7e5",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-story-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-story-text/zh_Hans/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1478,
            "total_words": 13642,
            "translated": 1467,
            "translated_words": 13558,
            "translated_percent": 99.2,
            "fuzzy": 11,
            "fuzzy_words": 84,
            "fuzzy_percent": 0.7,
            "failing_checks": 20,
            "failing_checks_words": 194,
            "failing_checks_percent": 1.3,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-02-16T02:21:17.572366-08:00",
            "last_author": "Zumi Kua",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/zh_Hans/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/zh_Hans/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/zh_Hans/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/in-game-story-text/zh_Hans/units/?format=api"
        }
    ]
}