Translation components API.

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

GET /api/components/shelter2/shelter2_development/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": "bg",
                "name": "Bulgarian",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/bg/",
                "url": "http://weblate.ucs.ru/api/languages/bg/?format=api"
            },
            "language_code": "Bulgarian",
            "filename": "development/Bulgarian.xlf",
            "revision": "a317a8dfdc0a69c78cbc9387c1eb987d235680d6,22e739389e0679f4f453a318b4b0d86dbec346a1",
            "web_url": "http://weblate.ucs.ru/projects/shelter2/shelter2_development/bg/",
            "share_url": "http://weblate.ucs.ru/engage/shelter2/bg/",
            "translate_url": "http://weblate.ucs.ru/translate/shelter2/shelter2_development/bg/",
            "url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/bg/?format=api",
            "is_template": false,
            "total": 2779,
            "total_words": 5555,
            "translated": 1675,
            "translated_words": 3577,
            "translated_percent": 60.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 45,
            "failing_checks_words": 53,
            "failing_checks_percent": 1.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-10-07T12:15:06",
            "last_author": "Mladen Genchev",
            "repository_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/bg/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/bg/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/bg/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/bg/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/bg/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": "English",
            "filename": "development/English.xlf",
            "revision": "ddc4474fcd698aabd0ad0ef2077e0990d791c074,22e739389e0679f4f453a318b4b0d86dbec346a1",
            "web_url": "http://weblate.ucs.ru/projects/shelter2/shelter2_development/en/",
            "share_url": "http://weblate.ucs.ru/engage/shelter2/en/",
            "translate_url": "http://weblate.ucs.ru/translate/shelter2/shelter2_development/en/",
            "url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/en/?format=api",
            "is_template": false,
            "total": 2779,
            "total_words": 5555,
            "translated": 2779,
            "translated_words": 5555,
            "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": "2019-10-07T12:19:16",
            "last_author": "Shelter2",
            "repository_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/en/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/en/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/en/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/shelter2/shelter2_development/en/units/?format=api"
        }
    ]
}