Translation components API.

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

GET /api/components/tokens-faction/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": 655,
            "filename": "src/languages/en.json",
            "revision": "7bba3079b237b0018a0a5885b6874e29a01da6f4,7bba3079b237b0018a0a5885b6874e29a01da6f4",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/tokens-faction/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/tokens-faction/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/tokens-faction/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 104,
            "total_words": 428,
            "translated": 104,
            "translated_words": 428,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 19,
            "failing_checks_percent": 1.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-06T12:52:36.114246Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 121,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/de/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/de/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 1451,
            "filename": "src/languages/de.json",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,7bba3079b237b0018a0a5885b6874e29a01da6f4",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/tokens-faction/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/tokens-faction/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/tokens-faction/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 428,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.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-11-03T22:45:06.097966Z",
            "last_author": "Fenaldar",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/tokens-faction/main/de/units/?format=api"
        }
    ]
}