Translation components API.

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

GET /api/components/xwiki-contrib/oidc-authenticator/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 71,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://l10n.xwiki.org/languages/en/",
                "url": "https://l10n.xwiki.org/api/languages/en/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 5043,
            "filename": "oidc-authenticator/src/main/resources/ApplicationResources.properties",
            "revision": "db175a7c9420155fad56a732be9fd225d03761af,db175a7c9420155fad56a732be9fd225d03761af",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/oidc-authenticator/en/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/en/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/oidc-authenticator/en/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 5,
            "total_words": 19,
            "translated": 5,
            "translated_words": 19,
            "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://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/en/repository/?format=api",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/en/file/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/en/statistics/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/en/changes/?format=api",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/en/units/?format=api"
        },
        {
            "language": {
                "id": 62,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 62,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://l10n.xwiki.org/languages/de/",
                "url": "https://l10n.xwiki.org/api/languages/de/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 5052,
            "filename": "oidc-authenticator/src/main/resources/ApplicationResources_de.properties",
            "revision": "a23e8807b4a7ca4ee5055562ff64638874be54ad,db175a7c9420155fad56a732be9fd225d03761af",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/oidc-authenticator/de/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/de/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/oidc-authenticator/de/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 19,
            "translated": 5,
            "translated_words": 19,
            "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": "2023-04-09T15:35:32.134783Z",
            "last_author": "Simpel",
            "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/de/repository/?format=api",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/de/file/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/de/statistics/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/de/changes/?format=api",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/de/units/?format=api"
        },
        {
            "language": {
                "id": 300,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 300,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://l10n.xwiki.org/languages/uk/",
                "url": "https://l10n.xwiki.org/api/languages/uk/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 5298,
            "filename": "oidc-authenticator/src/main/resources/ApplicationResources_uk.properties",
            "revision": "71d49083f46ff6401775d6d8d7afbd6e6f0ee1b3,db175a7c9420155fad56a732be9fd225d03761af",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/oidc-authenticator/uk/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/uk/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/oidc-authenticator/uk/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 19,
            "translated": 5,
            "translated_words": 19,
            "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": "2023-12-10T16:43:09.501464Z",
            "last_author": "Nikita Petrenko",
            "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/uk/repository/?format=api",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/uk/file/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/uk/statistics/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/uk/changes/?format=api",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/uk/units/?format=api"
        },
        {
            "language": {
                "id": 156,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 156,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://l10n.xwiki.org/languages/ko/",
                "url": "https://l10n.xwiki.org/api/languages/ko/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 5382,
            "filename": "oidc-authenticator/src/main/resources/ApplicationResources_ko.properties",
            "revision": "44cb2303e4c30d33bbd8230378588eef2c5e33dc,db175a7c9420155fad56a732be9fd225d03761af",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/oidc-authenticator/ko/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-contrib/-/ko/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/oidc-authenticator/ko/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 19,
            "translated": 5,
            "translated_words": 19,
            "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": "2023-12-29T16:50:41.511596Z",
            "last_author": "hongsikum",
            "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/ko/repository/?format=api",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/ko/file/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/ko/statistics/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/ko/changes/?format=api",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-contrib/oidc-authenticator/ko/units/?format=api"
        }
    ]
}