Translation components API.

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

GET /api/components/kde/akonadi-contactskcm_akonadicontact_actions/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": 23616,
            "filename": "templates/akonadi-contacts/kcm_akonadicontact_actions.pot",
            "revision": "085a92c52d2b3978f084d78da21841cc11def153",
            "web_url": "https://translate.fedoraproject.org/projects/kde/akonadi-contactskcm_akonadicontact_actions/en/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/en/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/akonadi-contactskcm_akonadicontact_actions/en/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 19,
            "total_words": 36,
            "translated": 19,
            "translated_words": 36,
            "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/akonadi-contactskcm_akonadicontact_actions/en/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/en/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/en/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/en/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/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": 23887,
            "filename": "he/akonadi-contacts/kcm_akonadicontact_actions.po",
            "revision": "a5cd3c1b86912e67ae355d8e200565be8d3c05c8",
            "web_url": "https://translate.fedoraproject.org/projects/kde/akonadi-contactskcm_akonadicontact_actions/he/",
            "share_url": "https://translate.fedoraproject.org/engage/kde/-/he/",
            "translate_url": "https://translate.fedoraproject.org/translate/kde/akonadi-contactskcm_akonadicontact_actions/he/",
            "url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 19,
            "total_words": 36,
            "translated": 13,
            "translated_words": 27,
            "translated_percent": 68.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 6,
            "failing_checks_percent": 10.5,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2021-05-18T14:47:19.759867Z",
            "last_author": "Omer I.S.",
            "repository_url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/he/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/he/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/he/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/he/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/kde/akonadi-contactskcm_akonadicontact_actions/he/units/?format=api"
        }
    ]
}