Translation components API.

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

GET /api/components/immersive-render/main/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 403,
            "filename": "immersive-render/lang/en.json",
            "revision": "ecf39e27853d2a34778d7b4b051872711dedbe92,ecf39e27853d2a34778d7b4b051872711dedbe92",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/immersive-render/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/immersive-render/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/immersive-render/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/immersive-render/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 28,
            "total_words": 907,
            "translated": 28,
            "translated_words": 907,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 171,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-10-07T13:39:49.182378Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/immersive-render/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/immersive-render/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/immersive-render/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/immersive-render/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/immersive-render/main/en/units/?format=api"
        }
    ]
}