Translation components API.

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

GET /api/components/wl3/characters/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "http://waldo.team/api/languages/en/?format=api",
                "statistics_url": "http://waldo.team/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 858,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/wl3/characters/en/",
            "share_url": "http://waldo.team/engage/wl3/en/",
            "translate_url": "http://waldo.team/translate/wl3/characters/en/",
            "url": "http://waldo.team/api/translations/wl3/characters/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 1384,
            "total_words": 2790,
            "translated": 1384,
            "translated_words": 2790,
            "translated_percent": 100.0,
            "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": 2,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://waldo.team/api/translations/wl3/characters/en/repository/?format=api",
            "file_url": "http://waldo.team/api/translations/wl3/characters/en/file/?format=api",
            "statistics_url": "http://waldo.team/api/translations/wl3/characters/en/statistics/?format=api",
            "changes_list_url": "http://waldo.team/api/translations/wl3/characters/en/changes/?format=api",
            "units_list_url": "http://waldo.team/api/translations/wl3/characters/en/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "http://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "http://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 872,
            "filename": "translation/ko/characters.po",
            "revision": "de5c896abdd78b517a1c718bc6b090b005e90a65",
            "web_url": "http://waldo.team/projects/wl3/characters/ko/",
            "share_url": "http://waldo.team/engage/wl3/ko/",
            "translate_url": "http://waldo.team/translate/wl3/characters/ko/",
            "url": "http://waldo.team/api/translations/wl3/characters/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1384,
            "total_words": 2790,
            "translated": 1383,
            "translated_words": 2789,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 4,
            "have_comment": 11,
            "last_change": "2022-06-28T18:51:09.603642+09:00",
            "last_author": "butnine",
            "repository_url": "http://waldo.team/api/translations/wl3/characters/ko/repository/?format=api",
            "file_url": "http://waldo.team/api/translations/wl3/characters/ko/file/?format=api",
            "statistics_url": "http://waldo.team/api/translations/wl3/characters/ko/statistics/?format=api",
            "changes_list_url": "http://waldo.team/api/translations/wl3/characters/ko/changes/?format=api",
            "units_list_url": "http://waldo.team/api/translations/wl3/characters/ko/units/?format=api"
        }
    ]
}