Translation components API.

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

GET /api/translations/guitar-and-violin-tuner/description/de/?format=api
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "code": "de",
        "name": "German",
        "direction": "ltr",
        "web_url": "http://weblate.a4tune.com/languages/de/",
        "url": "https://weblate.a4tune.com/api/languages/de/?format=api"
    },
    "component": {
        "name": "Description",
        "slug": "description",
        "project": {
            "name": "Guitar and Violin Tuner",
            "slug": "guitar-and-violin-tuner",
            "web": "https://play.google.com/store/apps/details?id=com.a4tune",
            "source_language": {
                "code": "en",
                "name": "English",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/en/",
                "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
            },
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
            "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
            "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
            "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
            "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
        },
        "vcs": "git",
        "repo": "/home/a4tuners/guitar-and-violin-tuner/description.git",
        "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/description/",
        "branch": "master",
        "filemask": "*.po",
        "template": "",
        "new_base": "description.pot",
        "file_format": "po",
        "license": "CC0",
        "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
        "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/",
        "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
        "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/repository/?format=api",
        "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/translations/?format=api",
        "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/statistics/?format=api",
        "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/lock/?format=api",
        "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/changes/?format=api",
        "new_lang": "add"
    },
    "language_code": "de",
    "filename": "de.po",
    "revision": "220ec30992b26bafaefe3f68ff147e74df47c0e2",
    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/de/",
    "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/de/",
    "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/description/de/",
    "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/?format=api",
    "is_template": false,
    "total": 75,
    "total_words": 1089,
    "translated": 75,
    "translated_words": 1089,
    "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": 2,
    "have_comment": 2,
    "last_change": "2023-05-18T19:17:04.298731Z",
    "last_author": "A4tune Labs - admin",
    "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/repository/?format=api",
    "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/file/?format=api",
    "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/statistics/?format=api",
    "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/changes/?format=api",
    "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/units/?format=api"
}