Translation components API.

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

GET /api/components/storehouse5/dset/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/dset/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "az",
                "name": "Azerbaijani",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/az/",
                "url": "http://weblate.ucs.ru/api/languages/az/?format=api"
            },
            "language_code": "az",
            "filename": "dset.az.xlf",
            "revision": "e7e5f711653ebe9f55f8d76236109be766a60787,86e183fcb4fff74f79b7ff001aa44c6b6ba9276d",
            "web_url": "http://weblate.ucs.ru/projects/storehouse5/dset/az/",
            "share_url": "http://weblate.ucs.ru/engage/storehouse5/az/",
            "translate_url": "http://weblate.ucs.ru/translate/storehouse5/dset/az/",
            "url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/az/?format=api",
            "is_template": false,
            "total": 60,
            "total_words": 457,
            "translated": 60,
            "translated_words": 457,
            "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": "2023-07-20T16:30:05",
            "last_author": "Фарид Джафаров",
            "repository_url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/az/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/az/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/az/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/az/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/az/units/?format=api"
        },
        {
            "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": "dset.tr.xlf",
            "revision": "2a05ed0eb5475c8fe53be59fbd1ae8074ef2a02f,86e183fcb4fff74f79b7ff001aa44c6b6ba9276d",
            "web_url": "http://weblate.ucs.ru/projects/storehouse5/dset/tr/",
            "share_url": "http://weblate.ucs.ru/engage/storehouse5/tr/",
            "translate_url": "http://weblate.ucs.ru/translate/storehouse5/dset/tr/",
            "url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/tr/?format=api",
            "is_template": false,
            "total": 60,
            "total_words": 457,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.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/dset/tr/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/tr/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/tr/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/tr/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/storehouse5/dset/tr/units/?format=api"
        }
    ]
}