Translation components API.

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

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

{
    "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"
    },
    "component": {
        "name": "Website",
        "slug": "website",
        "id": 4,
        "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/mainIine/foe-helfer-website",
        "git_export": "http://i18n.foe-helper.com/git/foe-helper/website/",
        "branch": "beta",
        "filemask": "i18n/*.json",
        "template": "i18n/en.json",
        "edit_template": true,
        "new_base": "i18n/en.json",
        "file_format": "json",
        "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/website/",
        "url": "http://i18n.foe-helper.com/api/components/foe-helper/website/?format=api",
        "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/repository/?format=api",
        "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/translations/?format=api",
        "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/statistics/?format=api",
        "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/lock/?format=api",
        "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/changes/?format=api",
        "new_lang": "add",
        "push": "https://github.com/mainIine/foe-helfer-website",
        "check_flags": "",
        "enforced_checks": "",
        "restricted": false
    },
    "language_code": "en",
    "id": 49,
    "filename": "i18n/en.json",
    "revision": "28c8305fb672269dc687e66f3f7b17add2499406,28c8305fb672269dc687e66f3f7b17add2499406",
    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/en/",
    "share_url": "http://i18n.foe-helper.com/engage/foe-helper/en/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/en/",
    "url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/?format=api",
    "is_template": true,
    "is_source": true,
    "total": 457,
    "total_words": 2347,
    "translated": 457,
    "translated_words": 2347,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_words": 0,
    "fuzzy_percent": 0.0,
    "failing_checks": 455,
    "failing_checks_words": 2317,
    "failing_checks_percent": 99.5,
    "have_suggestion": 0,
    "have_comment": 4,
    "last_change": "2024-01-15T08:38:04.606495Z",
    "last_author": "Weblate Admin",
    "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/repository/?format=api",
    "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/file/?format=api",
    "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/statistics/?format=api",
    "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/changes/?format=api",
    "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/units/?format=api"
}