Translation components API.

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

GET /api/components/storehouse5/qushman/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/storehouse5/qushman/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/tr/",
                "url": "http://weblate.ucs.ru/api/languages/tr/?format=api"
            },
            "language_code": "tr",
            "filename": "qushman.tr.xlf",
            "revision": "9cc7552d4db4d25da8bec786dedb229dfcbb0982,38beea5fae08cbda786e783ed2710fe94528d14b",
            "web_url": "http://weblate.ucs.ru/projects/storehouse5/qushman/tr/",
            "share_url": "http://weblate.ucs.ru/engage/storehouse5/tr/",
            "translate_url": "http://weblate.ucs.ru/translate/storehouse5/qushman/tr/",
            "url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/tr/?format=api",
            "is_template": false,
            "total": 388,
            "total_words": 1112,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 0.5,
            "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/storehouse5/qushman/tr/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/tr/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/tr/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/tr/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/tr/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": "qushman.ru.xlf",
            "revision": "38beea5fae08cbda786e783ed2710fe94528d14b,38beea5fae08cbda786e783ed2710fe94528d14b",
            "web_url": "http://weblate.ucs.ru/projects/storehouse5/qushman/ru/",
            "share_url": "http://weblate.ucs.ru/engage/storehouse5/ru/",
            "translate_url": "http://weblate.ucs.ru/translate/storehouse5/qushman/ru/",
            "url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/ru/?format=api",
            "is_template": true,
            "total": 388,
            "total_words": 1112,
            "translated": 388,
            "translated_words": 1112,
            "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/storehouse5/qushman/ru/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/ru/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/ru/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/ru/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/storehouse5/qushman/ru/units/?format=api"
        }
    ]
}