Translation components API.

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

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

{
    "count": 132,
    "next": "https://waldo.team/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "General",
                "slug": "general",
                "id": 329,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://waldo.team/git/pathfinder_kingmaker/general/",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/general/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/general/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "ko",
            "id": 515,
            "filename": "ko/General.po",
            "revision": "94a0141cf56435d3bcb0454a040ad5a32428eaf0",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/general/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/general/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3867,
            "total_words": 47305,
            "translated": 3867,
            "translated_words": 47305,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 18,
            "failing_checks_words": 676,
            "failing_checks_percent": 0.4,
            "have_suggestion": 1,
            "have_comment": 1,
            "last_change": "2021-07-15T11:37:32.855129+09:00",
            "last_author": "냠",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Feats",
                "slug": "feats",
                "id": 331,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/feats/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "ko",
            "id": 516,
            "filename": "ko/Feats.po",
            "revision": "07f486f4e47e5a13dee13e897dd897204c0e3bb5",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/feats/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/feats/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 790,
            "total_words": 12476,
            "translated": 790,
            "translated_words": 12476,
            "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": "2021-02-16T23:20:40.551529+09:00",
            "last_author": "냠",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Encyclopedia",
                "slug": "encyclopedia",
                "id": 332,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/encyclopedia/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "xml-text",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "ko",
            "id": 517,
            "filename": "ko/Encyclopedia.po",
            "revision": "63904ed3ccc7a130650d42743e3cac28b1481d8f",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/encyclopedia/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/encyclopedia/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 799,
            "total_words": 104246,
            "translated": 799,
            "translated_words": 104246,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 52,
            "failing_checks_words": 32085,
            "failing_checks_percent": 6.5,
            "have_suggestion": 6,
            "have_comment": 0,
            "last_change": "2025-02-07T00:47:51.171079+09:00",
            "last_author": "OSI",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Kingdom",
                "slug": "kingdom",
                "id": 330,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/kingdom/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "ko",
            "id": 518,
            "filename": "ko/Kingdom.po",
            "revision": "b116fdef7cb88eb1503df7a93d1f7dd3ae452bf4",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/kingdom/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/kingdom/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4492,
            "total_words": 103172,
            "translated": 4492,
            "translated_words": 103172,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 73,
            "failing_checks_words": 2336,
            "failing_checks_percent": 1.6,
            "have_suggestion": 0,
            "have_comment": 4,
            "last_change": "2021-09-05T23:02:35.067439+09:00",
            "last_author": "ㅇㅇ",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Dialogs",
                "slug": "dialogs",
                "id": 333,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/dialogs/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "python-brace-format",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "ko",
            "id": 519,
            "filename": "ko/Dialogs.po",
            "revision": "2d6d8ad1d81f004487e432f169b94a1927536fa9",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/dialogs/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/dialogs/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 37038,
            "total_words": 907385,
            "translated": 37038,
            "translated_words": 907385,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1223,
            "failing_checks_words": 51520,
            "failing_checks_percent": 3.3,
            "have_suggestion": 301,
            "have_comment": 4,
            "last_change": "2023-11-29T18:23:00.815780+09:00",
            "last_author": "OSI",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Spells",
                "slug": "spells",
                "id": 334,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/spells/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "ko",
            "id": 520,
            "filename": "ko/Spells.po",
            "revision": "3a59ad97112796ca0480e8e27c53ac60804de9ca",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/spells/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/spells/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1702,
            "total_words": 47259,
            "translated": 1702,
            "translated_words": 47259,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 96,
            "failing_checks_percent": 0.1,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2021-09-13T16:58:12.108741+09:00",
            "last_author": "akintos",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Root",
                "slug": "root",
                "id": 335,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/root/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/root/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "python-brace-format",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "ko",
            "id": 521,
            "filename": "ko/Root.po",
            "revision": "c42e0562e2e22bc83d42326b83c988c60fd386f1",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/root/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/root/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3943,
            "total_words": 44233,
            "translated": 3943,
            "translated_words": 44233,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 8,
            "failing_checks_words": 337,
            "failing_checks_percent": 0.2,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2021-10-04T17:16:23.212506+09:00",
            "last_author": "akintos",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Items",
                "slug": "items",
                "id": 336,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/items/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/items/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "ko",
            "id": 522,
            "filename": "ko/Items.po",
            "revision": "2154724461a731ccf015610d7f3d94f99d78115a",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/items/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/items/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3978,
            "total_words": 43559,
            "translated": 3978,
            "translated_words": 43559,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 1087,
            "failing_checks_percent": 0.1,
            "have_suggestion": 1,
            "have_comment": 1,
            "last_change": "2025-02-07T00:44:31.230414+09:00",
            "last_author": "OSI",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "World",
                "slug": "world",
                "id": 337,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/world/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/world/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "ko",
            "id": 523,
            "filename": "ko/World.po",
            "revision": "674dba95c50433247f7fd2a8da440b69a19baf57",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/world/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/world/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1315,
            "total_words": 36556,
            "translated": 1315,
            "translated_words": 36556,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 33,
            "failing_checks_words": 2020,
            "failing_checks_percent": 2.5,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2021-07-07T22:15:35.990211+09:00",
            "last_author": "Kunhyung Kim",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Classes",
                "slug": "classes",
                "id": 338,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/classes/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/classes/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/classes/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/classes/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/classes/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/classes/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/classes/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "ko",
            "id": 524,
            "filename": "ko/Classes.po",
            "revision": "5b5a8bd1a84fdb7670d7f0504ecb99eaa8c13adb",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/classes/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/classes/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/classes/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3399,
            "total_words": 102111,
            "translated": 3399,
            "translated_words": 102111,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 546,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-02-07T00:47:51.205891+09:00",
            "last_author": "OSI",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/classes/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/classes/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/classes/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/classes/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/classes/ko/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 166,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/ko/",
                "url": "https://waldo.team/api/languages/ko/?format=api",
                "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Quests",
                "slug": "quests",
                "id": 339,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/quests/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/quests/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/quests/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/quests/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/quests/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/quests/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/quests/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "ko",
            "id": 525,
            "filename": "ko/Quests.po",
            "revision": "f1d2b6c4d60e624e76f0371a9b14c994e571f037",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/quests/ko/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/quests/ko/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/quests/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1761,
            "total_words": 39274,
            "translated": 1761,
            "translated_words": 39274,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 58,
            "failing_checks_words": 2344,
            "failing_checks_percent": 3.2,
            "have_suggestion": 6,
            "have_comment": 0,
            "last_change": "2021-07-21T19:54:21.365274+09:00",
            "last_author": "냠",
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/quests/ko/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/quests/ko/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/quests/ko/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/quests/ko/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/quests/ko/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "General",
                "slug": "general",
                "id": 329,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "http://waldo.team/git/pathfinder_kingmaker/general/",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/general/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/general/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/general/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "en",
            "id": 567,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/general/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/general/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 3867,
            "total_words": 47305,
            "translated": 3867,
            "translated_words": 47305,
            "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": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/general/en/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Feats",
                "slug": "feats",
                "id": 331,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/feats/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/feats/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "en",
            "id": 568,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/feats/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/feats/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 790,
            "total_words": 12476,
            "translated": 790,
            "translated_words": 12476,
            "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": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/feats/en/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Encyclopedia",
                "slug": "encyclopedia",
                "id": 332,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/encyclopedia/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "xml-text",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "en",
            "id": 569,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/encyclopedia/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/encyclopedia/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 799,
            "total_words": 104246,
            "translated": 799,
            "translated_words": 104246,
            "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": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/encyclopedia/en/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Kingdom",
                "slug": "kingdom",
                "id": 330,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/kingdom/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/kingdom/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "en",
            "id": 570,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/kingdom/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/kingdom/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 4492,
            "total_words": 103172,
            "translated": 4492,
            "translated_words": 103172,
            "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": 4,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/kingdom/en/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Dialogs",
                "slug": "dialogs",
                "id": 333,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/dialogs/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/dialogs/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "python-brace-format",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "en",
            "id": 571,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/dialogs/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/dialogs/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 37038,
            "total_words": 907385,
            "translated": 37038,
            "translated_words": 907385,
            "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": 4,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/dialogs/en/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Spells",
                "slug": "spells",
                "id": 334,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/spells/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/spells/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "en",
            "id": 572,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/spells/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/spells/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 1702,
            "total_words": 47259,
            "translated": 1702,
            "translated_words": 47259,
            "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": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/spells/en/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Root",
                "slug": "root",
                "id": 335,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/root/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/root/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/root/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "python-brace-format",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "en",
            "id": 573,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/root/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/root/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 3943,
            "total_words": 44233,
            "translated": 3943,
            "translated_words": 44233,
            "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": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Items",
                "slug": "items",
                "id": 336,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/items/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/items/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/items/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "en",
            "id": 574,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/items/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/items/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 3978,
            "total_words": 43559,
            "translated": 3978,
            "translated_words": 43559,
            "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": 2,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/items/en/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://waldo.team/languages/en/",
                "url": "https://waldo.team/api/languages/en/?format=api",
                "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "World",
                "slug": "world",
                "id": 337,
                "project": {
                    "name": "Pathfinder: Kingmaker",
                    "slug": "pathfinder_kingmaker",
                    "id": 15,
                    "web": "https://github.com/Akintos/pathfinder-translation",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 73,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://waldo.team/languages/en/",
                        "url": "https://waldo.team/api/languages/en/?format=api",
                        "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://waldo.team/projects/pathfinder_kingmaker/",
                    "url": "https://waldo.team/api/projects/pathfinder_kingmaker/?format=api",
                    "components_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/components/?format=api",
                    "repository_url": "https://waldo.team/api/projects/pathfinder_kingmaker/repository/?format=api",
                    "statistics_url": "https://waldo.team/api/projects/pathfinder_kingmaker/statistics/?format=api",
                    "changes_list_url": "https://waldo.team/api/projects/pathfinder_kingmaker/changes/?format=api",
                    "languages_url": "https://waldo.team/api/projects/pathfinder_kingmaker/languages/?format=api"
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "filemask": null,
                "template": "",
                "edit_template": true,
                "new_base": "",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "web_url": "http://waldo.team/projects/pathfinder_kingmaker/world/",
                "url": "https://waldo.team/api/components/pathfinder_kingmaker/world/?format=api",
                "repository_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/repository/?format=api",
                "translations_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/translations/?format=api",
                "statistics_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/statistics/?format=api",
                "lock_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/lock/?format=api",
                "changes_list_url": "https://waldo.team/api/components/pathfinder_kingmaker/world/changes/?format=api",
                "new_lang": "none",
                "push": null,
                "check_flags": "",
                "enforced_checks": "[]",
                "restricted": false
            },
            "language_code": "en",
            "id": 575,
            "filename": "",
            "revision": "",
            "web_url": "http://waldo.team/projects/pathfinder_kingmaker/world/en/",
            "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/",
            "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/world/en/",
            "url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 1315,
            "total_words": 36556,
            "translated": 1315,
            "translated_words": 36556,
            "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": 1,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/en/repository/?format=api",
            "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/en/file/?format=api",
            "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/en/statistics/?format=api",
            "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/en/changes/?format=api",
            "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/world/en/units/?format=api"
        }
    ]
}