Translation components API.

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

GET /api/components/unidrivers/unidriversl10n-fplt_raso/translations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "direction": "ltr",
                "web_url": "http://weblate.ucs.ru/languages/lt/",
                "url": "http://weblate.ucs.ru/api/languages/lt/?format=api"
            },
            "language_code": "lt",
            "filename": "fpLT_Raso.drv/fpLT_Raso.lt.xliff",
            "revision": "eb0ceda3cb86076fa32e4cdf8facc2433464a3a9,75186ecfaec352c613321e5049f8f64ea7d3f8f9",
            "web_url": "http://weblate.ucs.ru/projects/unidrivers/unidriversl10n-fplt_raso/lt/",
            "share_url": "http://weblate.ucs.ru/engage/unidrivers/lt/",
            "translate_url": "http://weblate.ucs.ru/translate/unidrivers/unidriversl10n-fplt_raso/lt/",
            "url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-fplt_raso/lt/?format=api",
            "is_template": false,
            "total": 9,
            "total_words": 56,
            "translated": 9,
            "translated_words": 56,
            "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": "2020-11-24T08:25:22",
            "last_author": "Mantas Antanaitis",
            "repository_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-fplt_raso/lt/repository/?format=api",
            "file_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-fplt_raso/lt/file/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-fplt_raso/lt/statistics/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-fplt_raso/lt/changes/?format=api",
            "units_list_url": "http://weblate.ucs.ru/api/translations/unidrivers/unidriversl10n-fplt_raso/lt/units/?format=api"
        }
    ]
}