Translation components API.

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

GET /api/translations/webinterface/webdashboard/bg/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "code": "bg",
        "name": "Bulgarian",
        "direction": "ltr",
        "web_url": "http://weblate.ucs.ru/languages/bg/",
        "url": "http://weblate.ucs.ru/api/languages/bg/?format=api"
    },
    "component": {
        "name": "WebDashboard",
        "slug": "webdashboard",
        "project": {
            "name": "WebInterface",
            "slug": "webinterface",
            "web": "https://ucs.ru",
            "source_language": {
                "code": "templates",
                "name": "templates (generated)",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/templates/",
                "url": "http://weblate.ucs.ru/api/languages/templates/?format=api"
            },
            "web_url": "http://weblate.ucs.ru/projects/webinterface/",
            "url": "http://weblate.ucs.ru/api/projects/webinterface/?format=api",
            "components_list_url": "http://weblate.ucs.ru/api/projects/webinterface/components/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/projects/webinterface/repository/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/projects/webinterface/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/projects/webinterface/changes/?format=api"
        },
        "vcs": null,
        "repo": null,
        "git_export": "",
        "branch": null,
        "filemask": null,
        "template": "templates/WebDashboard.xliff",
        "new_base": "en/WebDashboard.xliff",
        "file_format": "xliff",
        "license": "",
        "license_url": "",
        "web_url": "http://weblate.ucs.ru/projects/webinterface/webdashboard/",
        "url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/?format=api",
        "repository_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/repository/?format=api",
        "translations_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/translations/?format=api",
        "statistics_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/statistics/?format=api",
        "lock_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/lock/?format=api",
        "changes_list_url": "http://weblate.ucs.ru/api/components/webinterface/webdashboard/changes/?format=api"
    },
    "language_code": "bg",
    "filename": "bg/WebDashboard.xliff",
    "revision": "fa8515d34c404cf74f0d19504ca2634fa939317a,697e0f0316ca60a7f38c1e7b602c04879df06e67",
    "web_url": "http://weblate.ucs.ru/projects/webinterface/webdashboard/bg/",
    "share_url": "http://weblate.ucs.ru/engage/webinterface/bg/",
    "translate_url": "http://weblate.ucs.ru/translate/webinterface/webdashboard/bg/",
    "url": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/?format=api",
    "is_template": false,
    "total": 417,
    "total_words": 847,
    "translated": 78,
    "translated_words": 297,
    "translated_percent": 18.7,
    "fuzzy": 338,
    "fuzzy_words": 546,
    "fuzzy_percent": 81.0,
    "failing_checks": 62,
    "failing_checks_words": 213,
    "failing_checks_percent": 14.8,
    "have_suggestion": 0,
    "have_comment": 0,
    "last_change": null,
    "last_author": null,
    "repository_url": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/repository/?format=api",
    "file_url": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/file/?format=api",
    "statistics_url": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/statistics/?format=api",
    "changes_list_url": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/changes/?format=api",
    "units_list_url": "http://weblate.ucs.ru/api/translations/webinterface/webdashboard/bg/units/?format=api"
}