Translation components API.

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

GET /api/components/od6s/macros/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": 876,
            "filename": "src/lang/translations/en/od6s.macros.json",
            "revision": "28ae9ee3133648f191a1c822c78174e0c0afba59,28ae9ee3133648f191a1c822c78174e0c0afba59",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/macros/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/od6s/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/macros/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/macros/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 26,
            "total_words": 61,
            "translated": 26,
            "translated_words": 61,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 7.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-21T17:25:15.132795Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/macros/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/macros/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/macros/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/macros/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/macros/en/units/?format=api"
        }
    ]
}