Translation components API.

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

GET /api/components/rk_lite/stconsumption/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": "stconsumption/templates/en_rk_lite_store_consumption.xliff",
            "revision": "b3bf00977824cd0879482313f5a62b3b38752e9c,b3bf00977824cd0879482313f5a62b3b38752e9c",
            "web_url": "http://weblate.ucs.ru/projects/rk_lite/stconsumption/en/",
            "share_url": "http://weblate.ucs.ru/engage/rk_lite/en/",
            "translate_url": "http://weblate.ucs.ru/translate/rk_lite/stconsumption/en/",
            "url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/en/?format=api",
            "is_template": true,
            "total": 66,
            "total_words": 209,
            "translated": 66,
            "translated_words": 209,
            "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/stconsumption/en/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/en/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/en/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/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": "stconsumption/templates/ru_rk_lite_store_consumption.xliff",
            "revision": "c1b7b3b4b8df53161185b1785c1918c52836e5b3,b3bf00977824cd0879482313f5a62b3b38752e9c",
            "web_url": "http://weblate.ucs.ru/projects/rk_lite/stconsumption/ru/",
            "share_url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
            "translate_url": "http://weblate.ucs.ru/translate/rk_lite/stconsumption/ru/",
            "url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/ru/?format=api",
            "is_template": false,
            "total": 66,
            "total_words": 209,
            "translated": 54,
            "translated_words": 160,
            "translated_percent": 81.8,
            "fuzzy": 12,
            "fuzzy_words": 49,
            "fuzzy_percent": 18.1,
            "failing_checks": 2,
            "failing_checks_words": 5,
            "failing_checks_percent": 3.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-07T21:46:30",
            "last_author": "Миронов Михаил",
            "repository_url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/ru/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/ru/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/ru/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/ru/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/rk_lite/stconsumption/ru/units/?format=api"
        }
    ]
}