Translation components API.

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

GET /api/translations/dai/dialogue/ko/?format=api
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "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"
    },
    "component": {
        "name": "Dialogue",
        "slug": "dialogue",
        "id": 368,
        "project": {
            "name": "Dragon Age: Inquisition",
            "slug": "dai",
            "id": 23,
            "web": "https://blog.naver.com/dhrgusdlrns4/222200284438",
            "source_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"
            },
            "web_url": "http://waldo.team/projects/dai/",
            "url": "https://waldo.team/api/projects/dai/?format=api",
            "components_list_url": "https://waldo.team/api/projects/dai/components/?format=api",
            "repository_url": "https://waldo.team/api/projects/dai/repository/?format=api",
            "statistics_url": "https://waldo.team/api/projects/dai/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/projects/dai/changes/?format=api",
            "languages_url": "https://waldo.team/api/projects/dai/languages/?format=api"
        },
        "vcs": null,
        "repo": null,
        "git_export": "",
        "branch": null,
        "filemask": null,
        "template": "",
        "edit_template": false,
        "new_base": "",
        "file_format": "po",
        "license": "",
        "license_url": null,
        "web_url": "http://waldo.team/projects/dai/dialogue/",
        "url": "https://waldo.team/api/components/dai/dialogue/?format=api",
        "repository_url": "https://waldo.team/api/components/dai/dialogue/repository/?format=api",
        "translations_url": "https://waldo.team/api/components/dai/dialogue/translations/?format=api",
        "statistics_url": "https://waldo.team/api/components/dai/dialogue/statistics/?format=api",
        "lock_url": "https://waldo.team/api/components/dai/dialogue/lock/?format=api",
        "changes_list_url": "https://waldo.team/api/components/dai/dialogue/changes/?format=api",
        "new_lang": "none",
        "push": null,
        "check_flags": "",
        "enforced_checks": "[]",
        "restricted": false
    },
    "language_code": "ko",
    "id": 634,
    "filename": "ko/Dialogue.po",
    "revision": "0b0de0691a131080f9ccc0fec69e3bedb26ce0ae",
    "web_url": "http://waldo.team/projects/dai/dialogue/ko/",
    "share_url": "http://waldo.team/engage/dai/ko/",
    "translate_url": "http://waldo.team/translate/dai/dialogue/ko/",
    "url": "https://waldo.team/api/translations/dai/dialogue/ko/?format=api",
    "is_template": false,
    "is_source": false,
    "total": 65708,
    "total_words": 612458,
    "translated": 65708,
    "translated_words": 612458,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_words": 0,
    "fuzzy_percent": 0.0,
    "failing_checks": 371,
    "failing_checks_words": 3717,
    "failing_checks_percent": 0.5,
    "have_suggestion": 1373,
    "have_comment": 196,
    "last_change": "2025-08-09T19:37:58.977607+09:00",
    "last_author": "taamro",
    "repository_url": "https://waldo.team/api/translations/dai/dialogue/ko/repository/?format=api",
    "file_url": "https://waldo.team/api/translations/dai/dialogue/ko/file/?format=api",
    "statistics_url": "https://waldo.team/api/translations/dai/dialogue/ko/statistics/?format=api",
    "changes_list_url": "https://waldo.team/api/translations/dai/dialogue/ko/changes/?format=api",
    "units_list_url": "https://waldo.team/api/translations/dai/dialogue/ko/units/?format=api"
}