Translation components API.

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

GET /api/translations/cinemafv5/app-legacy/ko/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "code": "ko",
        "name": "Korean",
        "direction": "ltr",
        "web_url": "http://localization.fgae.de/languages/ko/",
        "url": "https://localization.fgae.de/api/languages/ko/?format=api"
    },
    "component": {
        "name": "App (legacy)",
        "slug": "app-legacy",
        "project": {
            "name": "Cinema FV-5",
            "slug": "cinemafv5",
            "web": "http://www.cinemafv5.com/",
            "source_language": {
                "code": "en",
                "name": "English",
                "direction": "ltr",
                "web_url": "http://localization.fgae.de/languages/en/",
                "url": "https://localization.fgae.de/api/languages/en/?format=api"
            },
            "web_url": "http://localization.fgae.de/projects/cinemafv5/",
            "url": "https://localization.fgae.de/api/projects/cinemafv5/?format=api",
            "components_list_url": "https://localization.fgae.de/api/projects/cinemafv5/components/?format=api",
            "repository_url": "https://localization.fgae.de/api/projects/cinemafv5/repository/?format=api",
            "statistics_url": "https://localization.fgae.de/api/projects/cinemafv5/statistics/?format=api",
            "changes_list_url": "https://localization.fgae.de/api/projects/cinemafv5/changes/?format=api"
        },
        "vcs": "git",
        "repo": "http://localization.fgae.de:3000/fgae-localization/cinemafv5-app-legacy.git",
        "git_export": "https://localization.fgae.de/git/cinemafv5/app-legacy/",
        "branch": "master",
        "filemask": "res/values-*/strings.xml",
        "template": "res/values/strings.xml",
        "new_base": "",
        "file_format": "aresource",
        "license": "Creative Commons Attribution-ShareAlike 4.0 International License",
        "license_url": "http://creativecommons.org/licenses/by-sa/4.0/",
        "web_url": "http://localization.fgae.de/projects/cinemafv5/app-legacy/",
        "url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/?format=api",
        "repository_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/repository/?format=api",
        "translations_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/translations/?format=api",
        "statistics_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/statistics/?format=api",
        "lock_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/lock/?format=api",
        "changes_list_url": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/changes/?format=api"
    },
    "language_code": "ko",
    "filename": "res/values-ko/strings.xml",
    "revision": "0d3b3107f273df1842b2f3d28634ab0cf17ab443,2538b5ca2a68b46ead09f2d1da7b542012e4aa17",
    "web_url": "http://localization.fgae.de/projects/cinemafv5/app-legacy/ko/",
    "share_url": "http://localization.fgae.de/engage/cinemafv5/ko/",
    "translate_url": "http://localization.fgae.de/translate/cinemafv5/app-legacy/ko/",
    "url": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/ko/?format=api",
    "is_template": false,
    "total": 118,
    "total_words": 857,
    "translated": 118,
    "translated_words": 857,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_words": 0,
    "fuzzy_percent": 0.0,
    "failing_checks": 15,
    "failing_checks_words": 117,
    "failing_checks_percent": 12.7,
    "have_suggestion": 0,
    "have_comment": 0,
    "last_change": "2022-11-10T17:55:06.361091Z",
    "last_author": "VenusGirl",
    "repository_url": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/ko/repository/?format=api",
    "file_url": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/ko/file/?format=api",
    "statistics_url": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/ko/statistics/?format=api",
    "changes_list_url": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/ko/changes/?format=api",
    "units_list_url": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/ko/units/?format=api"
}