Translation components API.

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

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

{
    "count": 16,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 139062,
            "filename": "src/main/resources/translations/program_strings_en.properties",
            "revision": "8529713f1bbbff559f78c6be10d51896bde980ed,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/en/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/en/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 677,
            "total_words": 3795,
            "translated": 677,
            "translated_words": 3795,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 65,
            "failing_checks_words": 563,
            "failing_checks_percent": 9.6,
            "have_suggestion": 0,
            "have_comment": 2,
            "last_change": "2023-03-21T21:23:47.399122+01:00",
            "last_author": "H. van der Wolf",
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/en/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de_DE",
            "id": 139063,
            "filename": "src/main/resources/translations/program_strings_de_DE.properties",
            "revision": "d83d6b65e4e6a76bb4188aff1e62b2d168403f86,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/de/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/de/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 677,
            "translated_words": 3795,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 12,
            "failing_checks_words": 51,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-27T17:38:55.021409+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/de/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es_ES",
            "id": 139064,
            "filename": "src/main/resources/translations/program_strings_es_ES.properties",
            "revision": "a49df9bb2b3d6d3234c77d90fc7eac3b75654dde,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/es/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/es/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 677,
            "translated_words": 3795,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 9,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-22T15:43:02.493293+01:00",
            "last_author": "gallegonovato",
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/es/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "language_code": "nl_NL",
            "id": 139065,
            "filename": "src/main/resources/translations/program_strings_nl_NL.properties",
            "revision": "a020eea8234b58fdd8a47bcaa6b2ce0186df7fcc,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/nl/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/nl/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 677,
            "translated_words": 3795,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 47,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-23T16:41:07.646374+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nl/units/?format=api"
        },
        {
            "language": {
                "id": 449,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 447,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://hosted.weblate.org/languages/nb_NO/",
                "url": "https://hosted.weblate.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nb_NO/statistics/?format=api"
            },
            "language_code": "nb_NO",
            "id": 139072,
            "filename": "src/main/resources/translations/program_strings_nb_NO.properties",
            "revision": "cadf2baf19ca3d88ec98ddb85dd38b092ed17cf2,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 416,
            "translated_words": 1240,
            "translated_percent": 61.4,
            "fuzzy": 180,
            "fuzzy_words": 1205,
            "fuzzy_percent": 26.5,
            "failing_checks": 27,
            "failing_checks_words": 330,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-23T16:41:12.592986+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "language_code": "ru",
            "id": 139133,
            "filename": "src/main/resources/translations/program_strings_ru.properties",
            "revision": "a79abb645d291ed67635f33389ccb0d74c2530cd,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/ru/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/ru/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 677,
            "translated_words": 3795,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 12,
            "failing_checks_words": 103,
            "failing_checks_percent": 1.7,
            "have_suggestion": 4,
            "have_comment": 1,
            "last_change": "2023-05-10T22:34:44.396245+02:00",
            "last_author": "Dmitr Y",
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ru/units/?format=api"
        },
        {
            "language": {
                "id": 88,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 10,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara",
                    "arb"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://hosted.weblate.org/languages/ar/",
                "url": "https://hosted.weblate.org/api/languages/ar/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 154595,
            "filename": "src/main/resources/translations/program_strings_ar.properties",
            "revision": "9916a2b801d261627de641ca267290414669aa84,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/ar/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/ar/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 6,
            "translated_words": 7,
            "translated_percent": 0.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-13T12:56:56.146284+02:00",
            "last_author": "mohammadA",
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ar/units/?format=api"
        },
        {
            "language": {
                "id": 69,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 131,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://hosted.weblate.org/languages/he/",
                "url": "https://hosted.weblate.org/api/languages/he/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/he/statistics/?format=api"
            },
            "language_code": "iw_HE",
            "id": 174931,
            "filename": "src/main/resources/translations/program_strings_iw_HE.properties",
            "revision": "b3a8c328952e262d1c6319c6ab35fee4f99280ef,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/he/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/he/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/he/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 339,
            "translated_words": 827,
            "translated_percent": 50.0,
            "fuzzy": 10,
            "fuzzy_words": 44,
            "fuzzy_percent": 1.4,
            "failing_checks": 8,
            "failing_checks_words": 12,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-01T12:41:37.285974+01:00",
            "last_author": "sufti1323",
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/he/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/he/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/he/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/he/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/he/units/?format=api"
        },
        {
            "language": {
                "id": 186,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://hosted.weblate.org/languages/zh_Hans/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh-CN",
            "id": 922854,
            "filename": "src/main/resources/translations/program_strings_zh-CN.properties",
            "revision": "edaba34f1eeae2bdfceb351e39bbe37b939effe3,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 530,
            "translated_words": 2406,
            "translated_percent": 78.2,
            "fuzzy": 19,
            "fuzzy_words": 138,
            "fuzzy_percent": 2.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 3,
            "last_change": "2023-09-23T14:02:15.729802+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 93,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://hosted.weblate.org/languages/id/",
                "url": "https://hosted.weblate.org/api/languages/id/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/id/statistics/?format=api"
            },
            "language_code": "id",
            "id": 1270231,
            "filename": "src/main/resources/translations/program_strings_id.properties",
            "revision": "bb8c8afe786dd1ab589a229857508a95860a2f16,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/id/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/id/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 410,
            "translated_words": 1302,
            "translated_percent": 60.5,
            "fuzzy": 28,
            "fuzzy_words": 191,
            "fuzzy_percent": 4.1,
            "failing_checks": 18,
            "failing_checks_words": 92,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-10T23:18:35.379015+01:00",
            "last_author": "Reza Almanda",
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/id/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 327,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://hosted.weblate.org/languages/uk/",
                "url": "https://hosted.weblate.org/api/languages/uk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 1369563,
            "filename": "src/main/resources/translations/program_strings_uk.properties",
            "revision": "8b137891791fe96927ad78e64b0aad7bded08bdc,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/uk/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/uk/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 0.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-23T16:41:14.275576+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/uk/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "language_code": "pt_BR",
            "id": 1369677,
            "filename": "src/main/resources/translations/program_strings_pt_BR.properties",
            "revision": "99d5876f8b6e88d138fc95f6173c56067de177e6,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 275,
            "translated_words": 687,
            "translated_percent": 40.6,
            "fuzzy": 4,
            "fuzzy_words": 12,
            "fuzzy_percent": 0.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 10,
            "have_comment": 0,
            "last_change": "2023-05-03T04:45:18.052061+02:00",
            "last_author": "Anonymous",
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 136,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://hosted.weblate.org/languages/hu/",
                "url": "https://hosted.weblate.org/api/languages/hu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu",
            "id": 1403017,
            "filename": "src/main/resources/translations/program_strings_hu.properties",
            "revision": "7e310a4d48a92f6bba49bc9c7fcc6a9d35a613bf,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/hu/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/hu/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 6,
            "translated_words": 7,
            "translated_percent": 0.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-24T18:10:29.245084+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/hu/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://hosted.weblate.org/languages/ja/",
                "url": "https://hosted.weblate.org/api/languages/ja/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 1406963,
            "filename": "src/main/resources/translations/program_strings_ja.properties",
            "revision": "eb4c346c3c3b2c6fe1486a9091c3089a34675f11,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/ja/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/ja/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 71,
            "translated_words": 182,
            "translated_percent": 10.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-26T09:52:02.978293+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/ja/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://hosted.weblate.org/languages/it/",
                "url": "https://hosted.weblate.org/api/languages/it/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 1412718,
            "filename": "src/main/resources/translations/program_strings_it.properties",
            "revision": "79a1969beedd09bdef7926d0733309a8c7b71fe1,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/it/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/it/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 677,
            "translated_words": 3795,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-16T14:31:54.672681+02:00",
            "last_author": "Frankie McEyes",
            "repository_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/it/units/?format=api"
        },
        {
            "language": {
                "id": 114,
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 268,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "population": 7516818,
                "web_url": "https://hosted.weblate.org/languages/sr/",
                "url": "https://hosted.weblate.org/api/languages/sr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sr/statistics/?format=api"
            },
            "language_code": "sr",
            "id": 1421156,
            "filename": "src/main/resources/translations/program_strings_sr.properties",
            "revision": "8b137891791fe96927ad78e64b0aad7bded08bdc,8529713f1bbbff559f78c6be10d51896bde980ed",
            "web_url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/sr/",
            "share_url": "https://hosted.weblate.org/engage/jexiftoolgui/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/sr/",
            "url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 677,
            "total_words": 3795,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 0.5,
            "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://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/jexiftoolgui/program_strings/sr/units/?format=api"
        }
    ]
}