Translation components API.

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

GET /api/components/omr/luci-base/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 80,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 80,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "http://weblate.openmptcprouter.com/languages/en/",
                "url": "http://weblate.openmptcprouter.com/api/languages/en/?format=api",
                "statistics_url": "http://weblate.openmptcprouter.com/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 89,
            "filename": "luci-base/po/templates/base.pot",
            "revision": "d23111f55924e023e1b072f11330028da1598651",
            "web_url": "http://weblate.openmptcprouter.com/projects/omr/luci-base/en/",
            "share_url": "http://weblate.openmptcprouter.com/engage/omr/-/en/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luci-base/en/",
            "url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 1549,
            "total_words": 7484,
            "translated": 1549,
            "translated_words": 7484,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 24,
            "failing_checks_words": 135,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-23T07:41:08.556045Z",
            "last_author": "Weblate Admin",
            "repository_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/en/repository/?format=api",
            "file_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/en/file/?format=api",
            "statistics_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/en/statistics/?format=api",
            "changes_list_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/en/changes/?format=api",
            "units_list_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/en/units/?format=api"
        },
        {
            "language": {
                "id": 241,
                "code": "oc",
                "name": "Occitan",
                "plural": {
                    "id": 241,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "oci"
                ],
                "direction": "ltr",
                "population": 2040397,
                "web_url": "http://weblate.openmptcprouter.com/languages/oc/",
                "url": "http://weblate.openmptcprouter.com/api/languages/oc/?format=api",
                "statistics_url": "http://weblate.openmptcprouter.com/api/languages/oc/statistics/?format=api"
            },
            "language_code": "oc",
            "id": 90,
            "filename": "luci-base/po/oc/base.po",
            "revision": "28f4b510fd199a38fabf023886c0be0dfe3ede5c",
            "web_url": "http://weblate.openmptcprouter.com/projects/omr/luci-base/oc/",
            "share_url": "http://weblate.openmptcprouter.com/engage/omr/-/oc/",
            "translate_url": "http://weblate.openmptcprouter.com/translate/omr/luci-base/oc/",
            "url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1549,
            "total_words": 7484,
            "translated": 261,
            "translated_words": 334,
            "translated_percent": 16.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 21,
            "failing_checks_words": 24,
            "failing_checks_percent": 1.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-23T07:41:09.200684Z",
            "last_author": "Weblate Admin",
            "repository_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/oc/repository/?format=api",
            "file_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/oc/file/?format=api",
            "statistics_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/oc/statistics/?format=api",
            "changes_list_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/oc/changes/?format=api",
            "units_list_url": "http://weblate.openmptcprouter.com/api/translations/omr/luci-base/oc/units/?format=api"
        }
    ]
}