Translation components API.

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

GET /api/components/kde/kgeographykgeography/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": 23910,
            "filename": "templates/kgeography/kgeography.pot",
            "revision": "85819b617e3aa56f5ac25b6a1247d4ee0d033399",
            "web_url": "https://translate.fedoraproject.org/projects/kde/kgeographykgeography/en/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/kgeographykgeography/en/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 7099,
            "total_words": 9676,
            "translated": 7099,
            "translated_words": 9676,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 8,
            "failing_checks_words": 38,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/en/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/en/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/en/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/en/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/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": 24611,
            "filename": "he/kgeography/kgeography.po",
            "revision": "28f65817ea5ec771142875d471ff4bf35c1181ea",
            "web_url": "https://translate.fedoraproject.org/projects/kde/kgeographykgeography/he/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/kgeographykgeography/he/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7099,
            "total_words": 9676,
            "translated": 1119,
            "translated_words": 1459,
            "translated_percent": 15.7,
            "fuzzy": 4584,
            "fuzzy_words": 5980,
            "fuzzy_percent": 64.5,
            "failing_checks": 103,
            "failing_checks_words": 230,
            "failing_checks_percent": 1.4,
            "have_suggestion": 802,
            "have_comment": 0,
            "last_change": "2024-05-09T15:47:43.533608Z",
            "last_author": "Weblate Translation Memory",
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/he/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/he/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/he/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/he/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/kgeographykgeography/he/units/?format=api"
        }
    ]
}