Translation components API.

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

GET /api/components/kde/oktetaokteta_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": 23613,
            "filename": "templates/okteta/okteta._desktop_.pot",
            "revision": "ff9a23a5bd99dfa7211bd5a3bd35845398ab53db",
            "web_url": "https://translate.fedoraproject.org/projects/kde/oktetaokteta_desktop_/en/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/oktetaokteta_desktop_/en/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 23,
            "total_words": 110,
            "translated": 23,
            "translated_words": 110,
            "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": "2020-11-03T21:10:10.387041Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/en/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/en/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/en/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/en/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_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": 23855,
            "filename": "he/okteta/okteta._desktop_.po",
            "revision": "cd8bee40da58972df268f80a80ce208539446e24",
            "web_url": "https://translate.fedoraproject.org/projects/kde/oktetaokteta_desktop_/he/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/oktetaokteta_desktop_/he/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 110,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.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": "2020-11-03T21:10:11.013789Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/he/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/he/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/he/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/he/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/oktetaokteta_desktop_/he/units/?format=api"
        }
    ]
}