Translation components API.

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

GET /api/components/od6s/weapons/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": 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": 886,
            "filename": "src/lang/translations/en/od6s.weapons.json",
            "revision": "67f948571259dc9483f8f1ac03bd7eaa6c7b8295,67f948571259dc9483f8f1ac03bd7eaa6c7b8295",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/weapons/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/od6s/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/weapons/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 121,
            "total_words": 122,
            "translated": 121,
            "translated_words": 122,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 1.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-21T17:25:17.169874Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/en/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 887,
            "filename": "src/lang/translations/es/od6s.weapons.json",
            "revision": "508ed4faddcba85fdde42d9a3d1c80d6b97ef032,67f948571259dc9483f8f1ac03bd7eaa6c7b8295",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/od6s/weapons/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/od6s/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/weapons/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 121,
            "total_words": 122,
            "translated": 62,
            "translated_words": 121,
            "translated_percent": 51.2,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 0.8,
            "failing_checks": 12,
            "failing_checks_words": 14,
            "failing_checks_percent": 9.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-21T17:25:17.598244Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/od6s/weapons/es/units/?format=api"
        }
    ]
}