Translation components API.

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

GET /api/components/the-forge/server/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "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": 798,
            "filename": "locales/en/server.json",
            "revision": "95d680dd0ba567180762657070c27106d81a1227,95d680dd0ba567180762657070c27106d81a1227",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/the-forge/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/server/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 852,
            "total_words": 7110,
            "translated": 852,
            "translated_words": 7110,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 442,
            "failing_checks_words": 3990,
            "failing_checks_percent": 51.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2026-04-28T14:50:18.958058Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/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": 799,
            "filename": "locales/de/server.json",
            "revision": "30b39449ff263c9a8b541f6e253911a5fea2752e,95d680dd0ba567180762657070c27106d81a1227",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/the-forge/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/server/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 852,
            "total_words": 7110,
            "translated": 338,
            "translated_words": 3151,
            "translated_percent": 39.6,
            "fuzzy": 514,
            "fuzzy_words": 3959,
            "fuzzy_percent": 60.3,
            "failing_checks": 174,
            "failing_checks_words": 1566,
            "failing_checks_percent": 20.4,
            "have_suggestion": 16,
            "have_comment": 0,
            "last_change": "2026-04-28T14:50:19.300121Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/de/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": 800,
            "filename": "locales/fr/server.json",
            "revision": "b3b788c0bef54bb11ab0c6e491ce24573953c9af,95d680dd0ba567180762657070c27106d81a1227",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/the-forge/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/server/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 852,
            "total_words": 7110,
            "translated": 568,
            "translated_words": 4476,
            "translated_percent": 66.6,
            "fuzzy": 284,
            "fuzzy_words": 2634,
            "fuzzy_percent": 33.3,
            "failing_checks": 165,
            "failing_checks_words": 1627,
            "failing_checks_percent": 19.3,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2026-04-28T14:50:20.104699Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/fr/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 810,
            "filename": "locales/ja/server.json",
            "revision": "0d5fe50357bd78978d35fa3d5570061c36a2d756,95d680dd0ba567180762657070c27106d81a1227",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/the-forge/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/server/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 852,
            "total_words": 7110,
            "translated": 201,
            "translated_words": 1917,
            "translated_percent": 23.5,
            "fuzzy": 651,
            "fuzzy_words": 5193,
            "fuzzy_percent": 76.4,
            "failing_checks": 224,
            "failing_checks_words": 2139,
            "failing_checks_percent": 26.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2026-04-28T14:50:20.450972Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/ja/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": 829,
            "filename": "locales/es/server.json",
            "revision": "482e3669b0525b32f21054bf3fa98e9c28b03b26,95d680dd0ba567180762657070c27106d81a1227",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/the-forge/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/server/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 852,
            "total_words": 7110,
            "translated": 211,
            "translated_words": 2036,
            "translated_percent": 24.7,
            "fuzzy": 641,
            "fuzzy_words": 5074,
            "fuzzy_percent": 75.2,
            "failing_checks": 190,
            "failing_checks_words": 1848,
            "failing_checks_percent": 22.3,
            "have_suggestion": 15,
            "have_comment": 0,
            "last_change": "2026-05-20T17:25:59.786971Z",
            "last_author": "Anonymous",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/es/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "language_code": "pt-BR",
            "id": 893,
            "filename": "locales/pt-BR/server.json",
            "revision": "6b1a61f2f5edb1bea4b59ee39671cd4838756b93,95d680dd0ba567180762657070c27106d81a1227",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/the-forge/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/server/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 852,
            "total_words": 7110,
            "translated": 357,
            "translated_words": 3423,
            "translated_percent": 41.9,
            "fuzzy": 495,
            "fuzzy_words": 3687,
            "fuzzy_percent": 58.0,
            "failing_checks": 149,
            "failing_checks_words": 1300,
            "failing_checks_percent": 17.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2026-05-04T04:56:31.891941Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/units/?format=api"
        }
    ]
}