Translation components API.

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

GET /api/translations/rk_lite/rklsettings/ru/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "code": "ru",
        "name": "Russian",
        "direction": "ltr",
        "web_url": "http://weblate.ucs.ru/languages/ru/",
        "url": "http://weblate.ucs.ru/api/languages/ru/?format=api"
    },
    "component": {
        "name": "r-keeper lite_settings",
        "slug": "rklsettings",
        "project": {
            "name": "r-keeper lite",
            "slug": "rk_lite",
            "web": "http://ucs.ru",
            "source_language": {
                "code": "en",
                "name": "English",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/en/",
                "url": "http://weblate.ucs.ru/api/languages/en/?format=api"
            },
            "web_url": "http://weblate.ucs.ru/projects/rk_lite/",
            "url": "http://weblate.ucs.ru/api/projects/rk_lite/?format=api",
            "components_list_url": "http://weblate.ucs.ru/api/projects/rk_lite/components/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/projects/rk_lite/repository/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/projects/rk_lite/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/projects/rk_lite/changes/?format=api"
        },
        "vcs": null,
        "repo": null,
        "git_export": "http://weblate.ucs.ru/git/rk_lite/rklsettings/",
        "branch": null,
        "filemask": null,
        "template": "rklsettings/template/en_rk_lite_settings.xliff",
        "new_base": "rklsettings/template/en_rk_lite_settings.xliff",
        "file_format": "xliff",
        "license": "",
        "license_url": "",
        "web_url": "http://weblate.ucs.ru/projects/rk_lite/rklsettings/",
        "url": "http://weblate.ucs.ru/api/components/rk_lite/rklsettings/?format=api",
        "repository_url": "http://weblate.ucs.ru/api/components/rk_lite/rklsettings/repository/?format=api",
        "translations_url": "http://weblate.ucs.ru/api/components/rk_lite/rklsettings/translations/?format=api",
        "statistics_url": "http://weblate.ucs.ru/api/components/rk_lite/rklsettings/statistics/?format=api",
        "lock_url": "http://weblate.ucs.ru/api/components/rk_lite/rklsettings/lock/?format=api",
        "changes_list_url": "http://weblate.ucs.ru/api/components/rk_lite/rklsettings/changes/?format=api"
    },
    "language_code": "ru",
    "filename": "rklsettings/template/ru_rk_lite_settings.xliff",
    "revision": "f20e1026fe03d5667ceda7d5888405bcd7aeaf6e,82372a36aa1826c2939c6ad94914abc513c22b59",
    "web_url": "http://weblate.ucs.ru/projects/rk_lite/rklsettings/ru/",
    "share_url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
    "translate_url": "http://weblate.ucs.ru/translate/rk_lite/rklsettings/ru/",
    "url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsettings/ru/?format=api",
    "is_template": false,
    "total": 81,
    "total_words": 267,
    "translated": 75,
    "translated_words": 227,
    "translated_percent": 92.5,
    "fuzzy": 6,
    "fuzzy_words": 40,
    "fuzzy_percent": 7.4,
    "failing_checks": 0,
    "failing_checks_words": 0,
    "failing_checks_percent": 0.0,
    "have_suggestion": 0,
    "have_comment": 0,
    "last_change": null,
    "last_author": null,
    "repository_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsettings/ru/repository/?format=api",
    "file_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsettings/ru/file/?format=api",
    "statistics_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsettings/ru/statistics/?format=api",
    "changes_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsettings/ru/changes/?format=api",
    "units_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsettings/ru/units/?format=api"
}