Translation components API.

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

GET /api/components/xwiki-platform/model-validation-api/translations/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "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": 163648503560,
                "web_url": "https://l10n.xwiki.org/languages/en/",
                "url": "https://l10n.xwiki.org/api/languages/en/",
                "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/"
            },
            "language_code": "en",
            "id": 3317,
            "filename": "xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/resources/ApplicationResources.properties",
            "revision": "b7efcd0d3ccc8404a6a75c275b1abd8126e670eb,b7efcd0d3ccc8404a6a75c275b1abd8126e670eb",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/model-validation-api/en/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/en/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/model-validation-api/en/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/en/",
            "is_template": true,
            "is_source": true,
            "total": 2,
            "total_words": 44,
            "translated": 2,
            "translated_words": 44,
            "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-platform/model-validation-api/en/repository/",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/en/file/",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/en/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/en/changes/",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/en/units/"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 96,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 27861150681,
                "web_url": "https://l10n.xwiki.org/languages/fr/",
                "url": "https://l10n.xwiki.org/api/languages/fr/",
                "statistics_url": "https://l10n.xwiki.org/api/languages/fr/statistics/"
            },
            "language_code": "fr",
            "id": 3318,
            "filename": "xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/resources/ApplicationResources_fr.properties",
            "revision": "02528ff3339eed88b90fc99f940942162a356fcd,b7efcd0d3ccc8404a6a75c275b1abd8126e670eb",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/model-validation-api/fr/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/fr/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/model-validation-api/fr/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/fr/",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 44,
            "translated": 2,
            "translated_words": 44,
            "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-01-20T20:41:46.400781Z",
            "last_author": "xrichard",
            "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/fr/repository/",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/fr/file/",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/fr/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/fr/changes/",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/fr/units/"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 237,
                    "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": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 19584115118,
                "web_url": "https://l10n.xwiki.org/languages/ru/",
                "url": "https://l10n.xwiki.org/api/languages/ru/",
                "statistics_url": "https://l10n.xwiki.org/api/languages/ru/statistics/"
            },
            "language_code": "ru",
            "id": 3336,
            "filename": "xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/resources/ApplicationResources_ru.properties",
            "revision": "b098bb2d26dc6162428f3b4964dfa4a7713fbd03,b7efcd0d3ccc8404a6a75c275b1abd8126e670eb",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/model-validation-api/ru/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/ru/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/model-validation-api/ru/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ru/",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 44,
            "translated": 2,
            "translated_words": 44,
            "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-02-10T04:16:19.150282Z",
            "last_author": "DenisF",
            "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ru/repository/",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ru/file/",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ru/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ru/changes/",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ru/units/"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 80,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 49352807851,
                "web_url": "https://l10n.xwiki.org/languages/es/",
                "url": "https://l10n.xwiki.org/api/languages/es/",
                "statistics_url": "https://l10n.xwiki.org/api/languages/es/statistics/"
            },
            "language_code": "es",
            "id": 3337,
            "filename": "xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/resources/ApplicationResources_es.properties",
            "revision": "06eac55fef875bddd2c0554afb994583bc64ca5c,b7efcd0d3ccc8404a6a75c275b1abd8126e670eb",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/model-validation-api/es/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/es/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/model-validation-api/es/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/es/",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 44,
            "translated": 2,
            "translated_words": 44,
            "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-06-30T19:22:35.720507Z",
            "last_author": "Francisco García Moreno",
            "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/es/repository/",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/es/file/",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/es/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/es/changes/",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/es/units/"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 62,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 13635022614,
                "web_url": "https://l10n.xwiki.org/languages/de/",
                "url": "https://l10n.xwiki.org/api/languages/de/",
                "statistics_url": "https://l10n.xwiki.org/api/languages/de/statistics/"
            },
            "language_code": "de",
            "id": 4711,
            "filename": "xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/resources/ApplicationResources_de.properties",
            "revision": "77d8e281b28a6673b64aa81e574eed2c150ffc28,b7efcd0d3ccc8404a6a75c275b1abd8126e670eb",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/model-validation-api/de/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/de/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/model-validation-api/de/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/de/",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 44,
            "translated": 2,
            "translated_words": 44,
            "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": "2022-01-21T16:37:30.582201Z",
            "last_author": "Simpel",
            "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/de/repository/",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/de/file/",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/de/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/de/changes/",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/de/units/"
        },
        {
            "language": {
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 135,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "ja_ja",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 11972902534,
                "web_url": "https://l10n.xwiki.org/languages/ja/",
                "url": "https://l10n.xwiki.org/api/languages/ja/",
                "statistics_url": "https://l10n.xwiki.org/api/languages/ja/statistics/"
            },
            "language_code": "ja",
            "id": 4880,
            "filename": "xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/resources/ApplicationResources_ja.properties",
            "revision": "57f23c9903a96922ba35b8c2b6d116d048c3b748,b7efcd0d3ccc8404a6a75c275b1abd8126e670eb",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/model-validation-api/ja/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/ja/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/model-validation-api/ja/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ja/",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 44,
            "translated": 2,
            "translated_words": 44,
            "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": "2022-11-11T03:06:15.908033Z",
            "last_author": "Suguru Hirahara",
            "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ja/repository/",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ja/file/",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ja/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ja/changes/",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/ja/units/"
        },
        {
            "language": {
                "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": 2934897557,
                "web_url": "https://l10n.xwiki.org/languages/uk/",
                "url": "https://l10n.xwiki.org/api/languages/uk/",
                "statistics_url": "https://l10n.xwiki.org/api/languages/uk/statistics/"
            },
            "language_code": "uk",
            "id": 5109,
            "filename": "xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/resources/ApplicationResources_uk.properties",
            "revision": "ac0ebc6153a2e8ace713d164459fb53afeccc2e4,b7efcd0d3ccc8404a6a75c275b1abd8126e670eb",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/model-validation-api/uk/",
            "share_url": "https://l10n.xwiki.org/engage/xwiki-platform/uk/",
            "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/model-validation-api/uk/",
            "url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/uk/",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 44,
            "translated": 2,
            "translated_words": 44,
            "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-29T16:07:58.277163Z",
            "last_author": "Nikita Petrenko",
            "repository_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/uk/repository/",
            "file_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/uk/file/",
            "statistics_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/uk/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/uk/changes/",
            "units_list_url": "https://l10n.xwiki.org/api/translations/xwiki-platform/model-validation-api/uk/units/"
        }
    ]
}