Translation components API.

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

GET /api/components/kde/ktorrentktorrent/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": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.fedoraproject.org/languages/en/",
                "url": "https://translate.fedoraproject.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.fedoraproject.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 23886,
            "filename": "templates/ktorrent/ktorrent.pot",
            "revision": "a1eab5296e087afb436b0307bad56b51509aac53",
            "web_url": "https://translate.fedoraproject.org/projects/kde/ktorrentktorrent/en/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/ktorrentktorrent/en/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 1429,
            "total_words": 8116,
            "translated": 1429,
            "translated_words": 8116,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 15,
            "failing_checks_words": 351,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-03T21:18:01.265499Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/en/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/en/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/en/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/en/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/en/units/?format=api"
        },
        {
            "language": {
                "id": 125,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 125,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://translate.fedoraproject.org/languages/he/",
                "url": "https://translate.fedoraproject.org/api/languages/he/?format=api",
                "statistics_url": "https://translate.fedoraproject.org/api/languages/he/statistics/?format=api"
            },
            "language_code": "he",
            "id": 53101,
            "filename": "he/ktorrent/ktorrent.po",
            "revision": "6705365b7bb226ad17a78f912b621b4b48b34894",
            "web_url": "https://translate.fedoraproject.org/projects/kde/ktorrentktorrent/he/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/ktorrentktorrent/he/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1429,
            "total_words": 8116,
            "translated": 390,
            "translated_words": 1631,
            "translated_percent": 27.2,
            "fuzzy": 17,
            "fuzzy_words": 54,
            "fuzzy_percent": 1.1,
            "failing_checks": 34,
            "failing_checks_words": 253,
            "failing_checks_percent": 2.3,
            "have_suggestion": 181,
            "have_comment": 0,
            "last_change": "2024-03-20T19:36:05.305813Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/he/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/he/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/he/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/he/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/ktorrentktorrent/he/units/?format=api"
        }
    ]
}