Translation components API.

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

GET /api/components/wl3/dialogue/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": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 851,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/wl3/dialogue/en/",
            "share_url": "http://waldo.team/engage/wl3/en/",
            "translate_url": "http://waldo.team/translate/wl3/dialogue/en/",
            "url": "https://waldo.team/api/translations/wl3/dialogue/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 46829,
            "total_words": 575169,
            "translated": 46829,
            "translated_words": 575169,
            "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": 0,
            "last_change": "2022-04-22T02:42:58.561059+09:00",
            "last_author": "이름뭘로하지",
            "repository_url": "https://waldo.team/api/translations/wl3/dialogue/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/wl3/dialogue/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/wl3/dialogue/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/wl3/dialogue/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/wl3/dialogue/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": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 860,
            "filename": "translation/ko/dialogue.po",
            "revision": "06d2d2344a642e1c2fdcfcaba81c205f387029a2",
            "web_url": "http://waldo.team/projects/wl3/dialogue/ko/",
            "share_url": "http://waldo.team/engage/wl3/ko/",
            "translate_url": "http://waldo.team/translate/wl3/dialogue/ko/",
            "url": "https://waldo.team/api/translations/wl3/dialogue/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 46829,
            "total_words": 575169,
            "translated": 46827,
            "translated_words": 575110,
            "translated_percent": 99.9,
            "fuzzy": 2,
            "fuzzy_words": 59,
            "fuzzy_percent": 0.1,
            "failing_checks": 550,
            "failing_checks_words": 10012,
            "failing_checks_percent": 1.1,
            "have_suggestion": 1,
            "have_comment": 131,
            "last_change": "2022-10-11T00:19:54.090539+09:00",
            "last_author": "이름뭘로하지",
            "repository_url": "https://waldo.team/api/translations/wl3/dialogue/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/wl3/dialogue/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/wl3/dialogue/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/wl3/dialogue/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/wl3/dialogue/ko/units/?format=api"
        }
    ]
}