Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/en/",
                "url": "http://weblate.ucs.ru/api/languages/en/?format=api"
            },
            "language_code": "en",
            "filename": "stcommon/templates/en_rk_lite_store_common.xliff",
            "revision": "f6e408e7ee408345026e78d41fc4a8b9f27a00b4,f6e408e7ee408345026e78d41fc4a8b9f27a00b4",
            "web_url": "http://weblate.ucs.ru/projects/rk_lite/stcommon/en/",
            "share_url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translate_url": "http://weblate.ucs.ru/translate/rk_lite/stcommon/en/",
            "url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/en/?format=api",
            "is_template": true,
            "total": 184,
            "total_words": 476,
            "translated": 184,
            "translated_words": 476,
            "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": "2020-05-15T05:16:41",
            "last_author": "Sergey Sklyar",
            "repository_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/en/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/en/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/en/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/en/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/ru/",
                "url": "http://weblate.ucs.ru/api/languages/ru/?format=api"
            },
            "language_code": "ru",
            "filename": "stcommon/templates/ru_rk_lite_store_common.xliff",
            "revision": "765bb9d26351a5b18092e5a42d06b0551df8ee12,f6e408e7ee408345026e78d41fc4a8b9f27a00b4",
            "web_url": "http://weblate.ucs.ru/projects/rk_lite/stcommon/ru/",
            "share_url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translate_url": "http://weblate.ucs.ru/translate/rk_lite/stcommon/ru/",
            "url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/ru/?format=api",
            "is_template": false,
            "total": 184,
            "total_words": 476,
            "translated": 181,
            "translated_words": 470,
            "translated_percent": 98.3,
            "fuzzy": 3,
            "fuzzy_words": 6,
            "fuzzy_percent": 1.6,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-10-28T12:27:06",
            "last_author": "Артем Шуляков",
            "repository_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/ru/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/ru/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/ru/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/ru/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/stcommon/ru/units/?format=api"
        }
    ]
}