Translation components API.

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

GET /api/components/odorik/documentation-index/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": 56,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://hosted.weblate.org/languages/cs/",
                "url": "https://hosted.weblate.org/api/languages/cs/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs",
            "id": 2490,
            "filename": "docs/locale/cs/LC_MESSAGES/index.po",
            "revision": "49b0a622756cd8b4ce6238b1fd75ad15e7b48959",
            "web_url": "https://hosted.weblate.org/projects/odorik/documentation-index/cs/",
            "share_url": "https://hosted.weblate.org/engage/odorik/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/odorik/documentation-index/cs/",
            "url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9,
            "total_words": 35,
            "translated": 9,
            "translated_words": 35,
            "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": "2015-05-20T15:38:32+02:00",
            "last_author": "Michal Čihař",
            "repository_url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/cs/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": 34186,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/odorik/documentation-index/en/",
            "share_url": "https://hosted.weblate.org/engage/odorik/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/odorik/documentation-index/en/",
            "url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 9,
            "total_words": 35,
            "translated": 9,
            "translated_words": 35,
            "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/odorik/documentation-index/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/odorik/documentation-index/en/units/?format=api"
        }
    ]
}