Translation components API.

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

GET /api/components/mumble-ruby-pluginbot/plugin_ektoplazml/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": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 7457,
            "filename": "",
            "revision": "9228d4145849f383009ca87797d04b62aeab9785",
            "web_url": "https://hosted.weblate.org/projects/mumble-ruby-pluginbot/plugin_ektoplazml/en/",
            "share_url": "https://hosted.weblate.org/engage/mumble-ruby-pluginbot/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/mumble-ruby-pluginbot/plugin_ektoplazml/en/",
            "url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 7,
            "total_words": 25,
            "translated": 7,
            "translated_words": 25,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 25,
            "failing_checks_percent": 100.0,
            "have_suggestion": 6,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/en/units/?format=api"
        },
        {
            "language": {
                "id": 449,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 447,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://hosted.weblate.org/languages/nb_NO/",
                "url": "https://hosted.weblate.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nb_NO/statistics/?format=api"
            },
            "language_code": "nb_NO",
            "id": 15828,
            "filename": "i18n/nb_NO/plugin_ektoplazml.yml",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93",
            "web_url": "https://hosted.weblate.org/projects/mumble-ruby-pluginbot/plugin_ektoplazml/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/mumble-ruby-pluginbot/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/mumble-ruby-pluginbot/plugin_ektoplazml/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/plugin_ektoplazml/nb_NO/units/?format=api"
        }
    ]
}