Translation components API.


See <a href="https://docs.weblate.org/en/weblate-3.6.1/api.html#translations">the Weblate's Web API documentation</a> for detailed
description of the API.

GET /api/translations/protegus/auth/es/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "code": "es",
        "name": "Spanish",
        "direction": "ltr",
        "web_url": "https://weblate.protegus.eu/languages/es/",
        "url": "https://weblate.protegus.eu/api/languages/es/?format=api"
    },
    "component": {
        "name": "auth",
        "slug": "auth",
        "project": {
            "name": "Protegus",
            "slug": "protegus",
            "web": "http://www.protegus.eu",
            "source_language": {
                "code": "en",
                "name": "English",
                "direction": "ltr",
                "web_url": "https://weblate.protegus.eu/languages/en/",
                "url": "https://weblate.protegus.eu/api/languages/en/?format=api"
            },
            "web_url": "https://weblate.protegus.eu/projects/protegus/",
            "url": "https://weblate.protegus.eu/api/projects/protegus/?format=api",
            "components_list_url": "https://weblate.protegus.eu/api/projects/protegus/components/?format=api",
            "repository_url": "https://weblate.protegus.eu/api/projects/protegus/repository/?format=api",
            "statistics_url": "https://weblate.protegus.eu/api/projects/protegus/statistics/?format=api",
            "changes_list_url": "https://weblate.protegus.eu/api/projects/protegus/changes/?format=api"
        },
        "vcs": null,
        "repo": null,
        "git_export": "https://weblate.protegus.eu/git/protegus/auth/",
        "branch": null,
        "filemask": null,
        "template": "en/auth.php",
        "new_base": "en/auth.php",
        "file_format": "php",
        "license": "",
        "license_url": "",
        "web_url": "https://weblate.protegus.eu/projects/protegus/auth/",
        "url": "https://weblate.protegus.eu/api/components/protegus/auth/?format=api",
        "repository_url": "https://weblate.protegus.eu/api/components/protegus/auth/repository/?format=api",
        "translations_url": "https://weblate.protegus.eu/api/components/protegus/auth/translations/?format=api",
        "statistics_url": "https://weblate.protegus.eu/api/components/protegus/auth/statistics/?format=api",
        "lock_url": "https://weblate.protegus.eu/api/components/protegus/auth/lock/?format=api",
        "changes_list_url": "https://weblate.protegus.eu/api/components/protegus/auth/changes/?format=api"
    },
    "language_code": "es-ES",
    "filename": "es-ES/auth.php",
    "revision": "02e42874509ab35e5387e17608f74229bd1a15bd,5144243ca36689c0f43c945d849ba744b2f6571d",
    "web_url": "https://weblate.protegus.eu/projects/protegus/auth/es/",
    "share_url": "https://weblate.protegus.eu/engage/protegus/es/",
    "translate_url": "https://weblate.protegus.eu/translate/protegus/auth/es/",
    "url": "https://weblate.protegus.eu/api/translations/protegus/auth/es/?format=api",
    "is_template": false,
    "total": 109,
    "total_words": 694,
    "translated": 109,
    "translated_words": 694,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_words": 0,
    "fuzzy_percent": 0.0,
    "failing_checks": 0,
    "failing_checks_words": 0,
    "failing_checks_percent": 0.0,
    "have_suggestion": 0,
    "have_comment": 0,
    "last_change": "2024-02-06T12:55:55.342271+02:00",
    "last_author": "Vigilija",
    "repository_url": "https://weblate.protegus.eu/api/translations/protegus/auth/es/repository/?format=api",
    "file_url": "https://weblate.protegus.eu/api/translations/protegus/auth/es/file/?format=api",
    "statistics_url": "https://weblate.protegus.eu/api/translations/protegus/auth/es/statistics/?format=api",
    "changes_list_url": "https://weblate.protegus.eu/api/translations/protegus/auth/es/changes/?format=api",
    "units_list_url": "https://weblate.protegus.eu/api/translations/protegus/auth/es/units/?format=api"
}