Translation components API.

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

GET /api/translations/wl3/items/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": "items",
        "slug": "items",
        "id": 455,
        "project": {
            "name": "Wasteland 3",
            "slug": "wl3",
            "id": 26,
            "web": "https://blog.naver.com/dhrgusdlrns4",
            "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/wl3/",
            "url": "https://waldo.team/api/projects/wl3/?format=api",
            "components_list_url": "https://waldo.team/api/projects/wl3/components/?format=api",
            "repository_url": "https://waldo.team/api/projects/wl3/repository/?format=api",
            "statistics_url": "https://waldo.team/api/projects/wl3/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/projects/wl3/changes/?format=api",
            "languages_url": "https://waldo.team/api/projects/wl3/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/wl3/items/",
        "url": "https://waldo.team/api/components/wl3/items/?format=api",
        "repository_url": "https://waldo.team/api/components/wl3/items/repository/?format=api",
        "translations_url": "https://waldo.team/api/components/wl3/items/translations/?format=api",
        "statistics_url": "https://waldo.team/api/components/wl3/items/statistics/?format=api",
        "lock_url": "https://waldo.team/api/components/wl3/items/lock/?format=api",
        "changes_list_url": "https://waldo.team/api/components/wl3/items/changes/?format=api",
        "new_lang": "none",
        "push": null,
        "check_flags": "",
        "enforced_checks": "[]",
        "restricted": false
    },
    "language_code": "ko",
    "id": 873,
    "filename": "translation/ko/items.po",
    "revision": "056b6903d7db05ba755d2f002eb719659f526a3d",
    "web_url": "http://waldo.team/projects/wl3/items/ko/",
    "share_url": "http://waldo.team/engage/wl3/ko/",
    "translate_url": "http://waldo.team/translate/wl3/items/ko/",
    "url": "https://waldo.team/api/translations/wl3/items/ko/?format=api",
    "is_template": false,
    "is_source": false,
    "total": 3932,
    "total_words": 29662,
    "translated": 3932,
    "translated_words": 29662,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_words": 0,
    "fuzzy_percent": 0.0,
    "failing_checks": 68,
    "failing_checks_words": 979,
    "failing_checks_percent": 1.7,
    "have_suggestion": 54,
    "have_comment": 57,
    "last_change": "2022-06-22T02:48:38.153215+09:00",
    "last_author": "butnine",
    "repository_url": "https://waldo.team/api/translations/wl3/items/ko/repository/?format=api",
    "file_url": "https://waldo.team/api/translations/wl3/items/ko/file/?format=api",
    "statistics_url": "https://waldo.team/api/translations/wl3/items/ko/statistics/?format=api",
    "changes_list_url": "https://waldo.team/api/translations/wl3/items/ko/changes/?format=api",
    "units_list_url": "https://waldo.team/api/translations/wl3/items/ko/units/?format=api"
}