Translation components API.

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

GET /api/components/kde/calligracalligrasheets/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": 23825,
            "filename": "templates/calligra/calligrasheets.pot",
            "revision": "fab2c2b1396d1a16c8dc38bd38c713072e901e04",
            "web_url": "https://translate.fedoraproject.org/projects/kde/calligracalligrasheets/en/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/calligracalligrasheets/en/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 3766,
            "total_words": 22778,
            "translated": 3766,
            "translated_words": 22778,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 142,
            "failing_checks_words": 845,
            "failing_checks_percent": 3.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-03T21:16:12.294522Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/en/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/en/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/en/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/en/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/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": 24503,
            "filename": "he/calligra/calligrasheets.po",
            "revision": "f897ce0a97dafbe5b2a5661850ba93d2c3968e47",
            "web_url": "https://translate.fedoraproject.org/projects/kde/calligracalligrasheets/he/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/calligracalligrasheets/he/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3766,
            "total_words": 22778,
            "translated": 2442,
            "translated_words": 11067,
            "translated_percent": 64.8,
            "fuzzy": 983,
            "fuzzy_words": 5584,
            "fuzzy_percent": 26.1,
            "failing_checks": 317,
            "failing_checks_words": 1857,
            "failing_checks_percent": 8.4,
            "have_suggestion": 330,
            "have_comment": 0,
            "last_change": "2024-05-09T13:36:00.967394Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/he/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/he/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/he/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/he/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/calligracalligrasheets/he/units/?format=api"
        }
    ]
}