Translation components API.

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

GET /api/components/kde/kjumpingcubekjumpingcube_desktop_/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": 24065,
            "filename": "templates/kjumpingcube/kjumpingcube._desktop_.pot",
            "revision": "62cb925b4a0b7fb07024e290aef78237f8d773f8",
            "web_url": "https://translate.fedoraproject.org/projects/kde/kjumpingcubekjumpingcube_desktop_/en/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/kjumpingcubekjumpingcube_desktop_/en/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 5,
            "total_words": 16,
            "translated": 5,
            "translated_words": 16,
            "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": null,
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/en/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/en/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/en/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/en/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/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": 24690,
            "filename": "he/kjumpingcube/kjumpingcube._desktop_.po",
            "revision": "67b7c250b76c716d67c45b72275af0f119e3b092",
            "web_url": "https://translate.fedoraproject.org/projects/kde/kjumpingcubekjumpingcube_desktop_/he/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/kjumpingcubekjumpingcube_desktop_/he/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 16,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 20.0,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 20.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 20.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/he/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/he/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/he/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/he/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/kjumpingcubekjumpingcube_desktop_/he/units/?format=api"
        }
    ]
}