Translation components API.

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

GET /api/components/noosfero/plugin-html5-video/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": 58,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 245,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://hosted.weblate.org/languages/pt/",
                "url": "https://hosted.weblate.org/api/languages/pt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 2133,
            "filename": "plugins/html5_video/po/pt/html5_video.po",
            "revision": "2a9bcc8d8db2798b86c6550150edde78e6534309",
            "web_url": "https://hosted.weblate.org/projects/noosfero/plugin-html5-video/pt/",
            "share_url": "https://hosted.weblate.org/engage/noosfero/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/noosfero/plugin-html5-video/pt/",
            "url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 37,
            "total_words": 216,
            "translated": 37,
            "translated_words": 216,
            "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": "2024-03-24T20:01:47.471200+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/pt/units/?format=api"
        },
        {
            "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": 34169,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/noosfero/plugin-html5-video/en/",
            "share_url": "https://hosted.weblate.org/engage/noosfero/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/noosfero/plugin-html5-video/en/",
            "url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 37,
            "total_words": 216,
            "translated": 37,
            "translated_words": 216,
            "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/noosfero/plugin-html5-video/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/noosfero/plugin-html5-video/en/units/?format=api"
        }
    ]
}