Translation components API.

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

GET /api/translations/foe-helper/app/cs/?format=api
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "code": "cs",
        "name": "Czech",
        "plural": {
            "id": 66,
            "source": 0,
            "number": 3,
            "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
            "type": 2
        },
        "aliases": [
            "ces",
            "cze"
        ],
        "direction": "ltr",
        "web_url": "http://i18n.foe-helper.com/languages/cs/",
        "url": "http://i18n.foe-helper.com/api/languages/cs/?format=api",
        "statistics_url": "http://i18n.foe-helper.com/api/languages/cs/statistics/?format=api"
    },
    "component": {
        "name": "App",
        "slug": "app",
        "id": 5,
        "project": {
            "name": "FoE Helper",
            "slug": "foe-helper",
            "id": 1,
            "web": "https://foe-helper.com",
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/en/",
                "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
            },
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
            "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
            "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
            "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
            "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
        },
        "vcs": "git",
        "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
        "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
        "branch": "master",
        "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
        "template": "FoEHelperApp/Resources/values/strings.xml",
        "edit_template": false,
        "new_base": "FoEHelperApp/Resources/values/strings.xml",
        "file_format": "aresource",
        "license": "CC-BY-NC-2.0",
        "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
        "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
        "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
        "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
        "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
        "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
        "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
        "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
        "new_lang": "add",
        "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
        "check_flags": "",
        "enforced_checks": "",
        "restricted": false
    },
    "language_code": "cs",
    "id": 64,
    "filename": "FoEHelperApp/Resources/values-cs/strings.xml",
    "revision": "0d4a562d58e8b0025c1eaec59b0ea25a0e0f005f,48f85e329b431d0427a121a20e980a4e1f08216c",
    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/cs/",
    "share_url": "http://i18n.foe-helper.com/engage/foe-helper/cs/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/cs/",
    "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/?format=api",
    "is_template": false,
    "is_source": false,
    "total": 34,
    "total_words": 223,
    "translated": 32,
    "translated_words": 212,
    "translated_percent": 94.1,
    "fuzzy": 2,
    "fuzzy_words": 11,
    "fuzzy_percent": 5.8,
    "failing_checks": 0,
    "failing_checks_words": 0,
    "failing_checks_percent": 0.0,
    "have_suggestion": 0,
    "have_comment": 0,
    "last_change": "2021-06-02T08:47:01.383120Z",
    "last_author": "Jarda Cerny",
    "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/repository/?format=api",
    "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/file/?format=api",
    "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/statistics/?format=api",
    "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/changes/?format=api",
    "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/units/?format=api"
}