Translation components API.

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

GET /api/components/bullseye-ng/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": 1147,
            "filename": "lang/en.json",
            "revision": "1e661c067fb36f8ccf78e3b3f21be100c1618137,1e661c067fb36f8ccf78e3b3f21be100c1618137",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/bullseye-ng/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/bullseye-ng/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 4,
            "total_words": 11,
            "translated": 4,
            "translated_words": 11,
            "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-02-18T10:41:40.575018Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/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": 1148,
            "filename": "lang/de.json",
            "revision": "e05a7ba7997e27667584df0f4dda72c98605dec2,1e661c067fb36f8ccf78e3b3f21be100c1618137",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/bullseye-ng/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/bullseye-ng/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/bullseye-ng/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 11,
            "translated": 4,
            "translated_words": 11,
            "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-02-18T10:41:40.894725Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/bullseye-ng/main/de/units/?format=api"
        }
    ]
}