Translation components API.

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

GET /api/components/unidrivers/unidriversl10n-cvhu_otp/translations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/hu/",
                "url": "http://weblate.ucs.ru/api/languages/hu/?format=api"
            },
            "language_code": "hu",
            "filename": "cvHU_OTP.drv/cvHU_OTP.hu.xliff",
            "revision": "009dccdd93fb1be0ddf41eb87854435b519e0fca,42176eef2037a09ee3f19da3c0d4f4a0cf03c86a",
            "web_url": "http://weblate.ucs.ru/projects/unidrivers/unidriversl10n-cvhu_otp/hu/",
            "share_url": "http://weblate.ucs.ru/engage/unidrivers/hu/",
            "translate_url": "http://weblate.ucs.ru/translate/unidrivers/unidriversl10n-cvhu_otp/hu/",
            "url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-cvhu_otp/hu/?format=api",
            "is_template": false,
            "total": 74,
            "total_words": 673,
            "translated": 74,
            "translated_words": 673,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 35,
            "failing_checks_percent": 6.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-06-21T14:59:30",
            "last_author": "m.kuleshov",
            "repository_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-cvhu_otp/hu/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-cvhu_otp/hu/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-cvhu_otp/hu/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-cvhu_otp/hu/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-cvhu_otp/hu/units/?format=api"
        }
    ]
}