Translation components API.

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

GET /api/components/active-effect-manager-lib/main/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": 311,
            "filename": "src/languages/en.json",
            "revision": "06982fe26af164ba3177e98096603e91ffb2b960,06982fe26af164ba3177e98096603e91ffb2b960",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/active-effect-manager-lib/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/active-effect-manager-lib/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/active-effect-manager-lib/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 27,
            "total_words": 262,
            "translated": 27,
            "translated_words": 262,
            "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": "2023-03-10T21:13:40.386104Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 450,
            "filename": "src/languages/fr.json",
            "revision": "126bd26534278b40f7eb7e45408aee086412a811,06982fe26af164ba3177e98096603e91ffb2b960",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/active-effect-manager-lib/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/active-effect-manager-lib/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/active-effect-manager-lib/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 262,
            "translated": 27,
            "translated_words": 262,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 8,
            "failing_checks_percent": 7.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-17T09:23:54.050007Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/fr/units/?format=api"
        }
    ]
}