Translation components API.

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

GET /api/components/dragon-audit/launch-trailer/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/launch-trailer/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": 141,
            "filename": "de/LC_MESSAGES/Launch Trailer.ass",
            "revision": "191c81c11ca6f797a487286d9a3c114359404644,0fc72434fdf8622773c81c2c0ff8fde9530be0b9",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/launch-trailer/de/",
            "share_url": "http://Translate.ArchiveEntertainment.com/engage/dragon-audit/de/",
            "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/launch-trailer/de/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 185,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 27,
            "fuzzy_words": 185,
            "fuzzy_percent": 100.0,
            "failing_checks": 27,
            "failing_checks_words": 185,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2021-01-17T17:59:00.255637-08:00",
            "last_author": "Michael Mendelsohn",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/de/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/de/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/de/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/de/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/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": 151,
            "filename": "zh_CN/LC_MESSAGES/Launch Trailer.ass",
            "revision": "225f88421ed86c1fdb30b74c44fd7534d79ea6ed,0fc72434fdf8622773c81c2c0ff8fde9530be0b9",
            "web_url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/launch-trailer/zh_Hans/",
            "share_url": "http://Translate.ArchiveEntertainment.com/engage/dragon-audit/zh_Hans/",
            "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/launch-trailer/zh_Hans/",
            "url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 185,
            "translated": 27,
            "translated_words": 185,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 3.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-12-02T17:49:43.482163-08:00",
            "last_author": "Yudan Wang",
            "repository_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/zh_Hans/repository/?format=api",
            "file_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/zh_Hans/file/?format=api",
            "statistics_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/zh_Hans/changes/?format=api",
            "units_list_url": "https://translate.archiveentertainment.com/api/translations/dragon-audit/launch-trailer/zh_Hans/units/?format=api"
        }
    ]
}