Translation components API.

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

GET /api/components/rk_lite/rklsprices/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": "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": "rklsprices/templates/ru_rk_lite_site.xlif",
            "revision": "c12d732d30f1dfe4196cb0ebbdb4e0fa4ca0c6a1,41cefc55b16f850ea9413c45e938a5382d9156f6",
            "web_url": "http://weblate.ucs.ru/projects/rk_lite/rklsprices/ru/",
            "share_url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translate_url": "http://weblate.ucs.ru/translate/rk_lite/rklsprices/ru/",
            "url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/ru/?format=api",
            "is_template": false,
            "total": 37,
            "total_words": 161,
            "translated": 37,
            "translated_words": 161,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 8,
            "failing_checks_percent": 5.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-01T08:48:27",
            "last_author": "Артем Шуляков",
            "repository_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/ru/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/ru/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/ru/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/ru/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/ru/units/?format=api"
        },
        {
            "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": "rklsprices/templates/en_rk_lite_site.xliff",
            "revision": "41cefc55b16f850ea9413c45e938a5382d9156f6,41cefc55b16f850ea9413c45e938a5382d9156f6",
            "web_url": "http://weblate.ucs.ru/projects/rk_lite/rklsprices/en/",
            "share_url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translate_url": "http://weblate.ucs.ru/translate/rk_lite/rklsprices/en/",
            "url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/en/?format=api",
            "is_template": true,
            "total": 37,
            "total_words": 161,
            "translated": 37,
            "translated_words": 161,
            "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": null,
            "last_author": null,
            "repository_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/en/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/en/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/en/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/rklsprices/en/units/?format=api"
        }
    ]
}