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": 135,
    "next": "https://weblate.a4tune.com/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/cs/",
                "url": "https://weblate.a4tune.com/api/languages/cs/?format=api"
            },
            "component": {
                "name": "User Interface",
                "slug": "user-interface",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/user-interface.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/user-interface/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "user-interface.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "cs",
            "filename": "cs.po",
            "revision": "efc99e4f8e530e2558b2a163c3569aadbfe058e2",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/cs/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/cs/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/user-interface/cs/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/cs/?format=api",
            "is_template": false,
            "total": 227,
            "total_words": 1160,
            "translated": 227,
            "translated_words": 1160,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-06T21:26:51.850449Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/cs/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/cs/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/cs/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/cs/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/sk/",
                "url": "https://weblate.a4tune.com/api/languages/sk/?format=api"
            },
            "component": {
                "name": "User Interface",
                "slug": "user-interface",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/user-interface.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/user-interface/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "user-interface.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "sk",
            "filename": "sk.po",
            "revision": "77ca923a7f0a76c54cb87724b67f51937cbd0ca8",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/sk/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/sk/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/user-interface/sk/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/sk/?format=api",
            "is_template": false,
            "total": 227,
            "total_words": 1160,
            "translated": 227,
            "translated_words": 1160,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 10,
            "failing_checks_words": 23,
            "failing_checks_percent": 4.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-06T21:25:13.296108Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/sk/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/sk/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/sk/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/sk/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/sk/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/es/",
                "url": "https://weblate.a4tune.com/api/languages/es/?format=api"
            },
            "component": {
                "name": "User Interface",
                "slug": "user-interface",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/user-interface.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/user-interface/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "user-interface.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "es",
            "filename": "es.po",
            "revision": "f3a06eea92d075c12ae4e8f4c9ea27f7348b79ab",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/es/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/es/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/user-interface/es/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/es/?format=api",
            "is_template": false,
            "total": 227,
            "total_words": 1160,
            "translated": 227,
            "translated_words": 1160,
            "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": "2024-07-08T06:43:52.803782Z",
            "last_author": "Xavier Conde Rueda",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/es/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/es/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/es/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/es/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/es/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/cs/",
                "url": "https://weblate.a4tune.com/api/languages/cs/?format=api"
            },
            "component": {
                "name": "Help",
                "slug": "help",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/help.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/help/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "help.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "cs",
            "filename": "cs.po",
            "revision": "2e74544791a58737b74e9b912c125944ec7df55f",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/cs/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/cs/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/help/cs/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/cs/?format=api",
            "is_template": false,
            "total": 152,
            "total_words": 1233,
            "translated": 152,
            "translated_words": 1233,
            "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": "2024-07-10T18:50:16.627758Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/cs/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/cs/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/cs/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/cs/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/es/",
                "url": "https://weblate.a4tune.com/api/languages/es/?format=api"
            },
            "component": {
                "name": "Help",
                "slug": "help",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/help.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/help/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "help.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "es",
            "filename": "es.po",
            "revision": "f564ebfaf3f18595da7dfebec70dfe023baa8c1a",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/es/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/es/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/help/es/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/es/?format=api",
            "is_template": false,
            "total": 152,
            "total_words": 1233,
            "translated": 152,
            "translated_words": 1233,
            "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": "2024-07-08T06:37:13.689845Z",
            "last_author": "Xavier Conde Rueda",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/es/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/es/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/es/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/es/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/es/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/es/",
                "url": "https://weblate.a4tune.com/api/languages/es/?format=api"
            },
            "component": {
                "name": "Description",
                "slug": "description",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/description.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/description/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "description.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "es",
            "filename": "es.po",
            "revision": "07803b2f05c40546ea79be1945a96b11d59d1963",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/es/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/es/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/description/es/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/es/?format=api",
            "is_template": false,
            "total": 75,
            "total_words": 1089,
            "translated": 75,
            "translated_words": 1089,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-04T09:27:27.348431Z",
            "last_author": "Xavier Conde Rueda",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/es/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/es/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/es/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/es/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/es/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/sk/",
                "url": "https://weblate.a4tune.com/api/languages/sk/?format=api"
            },
            "component": {
                "name": "Description",
                "slug": "description",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/description.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/description/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "description.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "sk",
            "filename": "sk.po",
            "revision": "65fa38c86a2603b2332c119d3ae03a30d56ea05f",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/sk/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/sk/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/description/sk/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/sk/?format=api",
            "is_template": false,
            "total": 75,
            "total_words": 1089,
            "translated": 75,
            "translated_words": 1089,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-04-27T04:53:34.782762Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/sk/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/sk/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/sk/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/sk/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/sk/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/cs/",
                "url": "https://weblate.a4tune.com/api/languages/cs/?format=api"
            },
            "component": {
                "name": "Description",
                "slug": "description",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/description.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/description/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "description.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "cs",
            "filename": "cs.po",
            "revision": "de0783d0494914b99287e3d394cdfdf25f0cec35",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/cs/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/cs/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/description/cs/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/cs/?format=api",
            "is_template": false,
            "total": 75,
            "total_words": 1089,
            "translated": 75,
            "translated_words": 1089,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-04-26T08:23:08.746183Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/cs/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/cs/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/cs/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/cs/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/sk/",
                "url": "https://weblate.a4tune.com/api/languages/sk/?format=api"
            },
            "component": {
                "name": "Help",
                "slug": "help",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/help.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/help/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "help.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "sk",
            "filename": "sk.po",
            "revision": "cec7c3f5b49013dc2dc440aca7d4cf8159f14a9a",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/sk/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/sk/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/help/sk/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/sk/?format=api",
            "is_template": false,
            "total": 152,
            "total_words": 1233,
            "translated": 152,
            "translated_words": 1233,
            "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": "2024-07-10T18:52:17.563020Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/sk/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/sk/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/sk/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/sk/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/sk/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/de/",
                "url": "https://weblate.a4tune.com/api/languages/de/?format=api"
            },
            "component": {
                "name": "Description",
                "slug": "description",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/description.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/description/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "description.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "de",
            "filename": "de.po",
            "revision": "2aaed50a971f72c3c0841179c508a2bf47d9679b",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/de/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/de/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/description/de/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/?format=api",
            "is_template": false,
            "total": 75,
            "total_words": 1089,
            "translated": 75,
            "translated_words": 1089,
            "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": 2,
            "have_comment": 2,
            "last_change": "2023-05-18T19:17:04.298731Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/de/",
                "url": "https://weblate.a4tune.com/api/languages/de/?format=api"
            },
            "component": {
                "name": "Help",
                "slug": "help",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/help.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/help/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "help.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "de",
            "filename": "de.po",
            "revision": "c3a869bc1713d3b92340286e1d96f235c4382000",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/de/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/de/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/help/de/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/de/?format=api",
            "is_template": false,
            "total": 152,
            "total_words": 1233,
            "translated": 152,
            "translated_words": 1233,
            "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": 2,
            "have_comment": 0,
            "last_change": "2024-07-08T07:42:31.208979Z",
            "last_author": "Christian Frank",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/de/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/de/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/de/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/de/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/de/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/de/",
                "url": "https://weblate.a4tune.com/api/languages/de/?format=api"
            },
            "component": {
                "name": "User Interface",
                "slug": "user-interface",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/user-interface.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/user-interface/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "user-interface.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "de",
            "filename": "de.po",
            "revision": "34ec5b6ab872acc8a5518db322ba550332aabc04",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/de/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/de/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/user-interface/de/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/de/?format=api",
            "is_template": false,
            "total": 227,
            "total_words": 1160,
            "translated": 227,
            "translated_words": 1160,
            "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": 12,
            "have_comment": 0,
            "last_change": "2024-07-08T08:07:58.365822Z",
            "last_author": "Christian Frank",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/de/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/de/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/de/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/de/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/de/units/?format=api"
        },
        {
            "language": {
                "code": "id",
                "name": "Indonesian",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/id/",
                "url": "https://weblate.a4tune.com/api/languages/id/?format=api"
            },
            "component": {
                "name": "Description",
                "slug": "description",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/description.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/description/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "description.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "id",
            "filename": "id.po",
            "revision": "d5db226aceb37284f62d308e240df34488f97c21",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/id/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/id/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/description/id/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/id/?format=api",
            "is_template": false,
            "total": 75,
            "total_words": 1089,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/id/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/id/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/id/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/id/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/id/units/?format=api"
        },
        {
            "language": {
                "code": "id",
                "name": "Indonesian",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/id/",
                "url": "https://weblate.a4tune.com/api/languages/id/?format=api"
            },
            "component": {
                "name": "Help",
                "slug": "help",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/help.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/help/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "help.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "id",
            "filename": "id.po",
            "revision": "273ab1be89132099e04173f5a3fba57e0ebfb28f",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/id/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/id/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/help/id/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/id/?format=api",
            "is_template": false,
            "total": 152,
            "total_words": 1233,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/id/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/id/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/id/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/id/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/id/units/?format=api"
        },
        {
            "language": {
                "code": "id",
                "name": "Indonesian",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/id/",
                "url": "https://weblate.a4tune.com/api/languages/id/?format=api"
            },
            "component": {
                "name": "User Interface",
                "slug": "user-interface",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/user-interface.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/user-interface/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "user-interface.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "id",
            "filename": "id.po",
            "revision": "1a5032324c913bd11888efd3417d4e8e0c0bfee7",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/id/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/id/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/user-interface/id/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/id/?format=api",
            "is_template": false,
            "total": 227,
            "total_words": 1160,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/id/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/id/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/id/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/id/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/id/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/pl/",
                "url": "https://weblate.a4tune.com/api/languages/pl/?format=api"
            },
            "component": {
                "name": "Description",
                "slug": "description",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/description.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/description/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "description.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "pl",
            "filename": "pl.po",
            "revision": "5f1cb91d30452c8301dbb2440e6ac30b21949b58",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/pl/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/pl/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/description/pl/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pl/?format=api",
            "is_template": false,
            "total": 75,
            "total_words": 1089,
            "translated": 75,
            "translated_words": 1089,
            "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": 2,
            "have_comment": 0,
            "last_change": "2024-09-12T21:44:05.600719Z",
            "last_author": "Paweł Marciniec",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pl/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pl/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pl/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/pl/",
                "url": "https://weblate.a4tune.com/api/languages/pl/?format=api"
            },
            "component": {
                "name": "Help",
                "slug": "help",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/help.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/help/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "help.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "pl",
            "filename": "pl.po",
            "revision": "aff3214619ce8a5f2b95ec0247e49cf3ad72228d",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/pl/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/pl/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/help/pl/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pl/?format=api",
            "is_template": false,
            "total": 152,
            "total_words": 1233,
            "translated": 124,
            "translated_words": 902,
            "translated_percent": 81.6,
            "fuzzy": 7,
            "fuzzy_words": 66,
            "fuzzy_percent": 4.6,
            "failing_checks": 2,
            "failing_checks_words": 9,
            "failing_checks_percent": 1.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-14T11:06:33.027589Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pl/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pl/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pl/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/pl/",
                "url": "https://weblate.a4tune.com/api/languages/pl/?format=api"
            },
            "component": {
                "name": "User Interface",
                "slug": "user-interface",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/user-interface.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/user-interface/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "user-interface.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "pl",
            "filename": "pl.po",
            "revision": "9c5a0f524f35644e05e3d062617720fc5a600d6d",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/pl/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/pl/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/user-interface/pl/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/pl/?format=api",
            "is_template": false,
            "total": 227,
            "total_words": 1160,
            "translated": 175,
            "translated_words": 669,
            "translated_percent": 77.1,
            "fuzzy": 13,
            "fuzzy_words": 174,
            "fuzzy_percent": 5.7,
            "failing_checks": 12,
            "failing_checks_words": 15,
            "failing_checks_percent": 5.3,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-07-06T19:56:07.149432Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/pl/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/pl/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/pl/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pt",
                "name": "Portuguese",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/pt/",
                "url": "https://weblate.a4tune.com/api/languages/pt/?format=api"
            },
            "component": {
                "name": "Description",
                "slug": "description",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/description.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/description/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "description.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "pt",
            "filename": "pt.po",
            "revision": "11b326ffc96811e282f40a8d8f857908fff77a2c",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/description/pt/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/pt/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/description/pt/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pt/?format=api",
            "is_template": false,
            "total": 75,
            "total_words": 1089,
            "translated": 75,
            "translated_words": 1089,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 37,
            "failing_checks_percent": 2.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-07T21:14:37.310342Z",
            "last_author": "Rui Miguel",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pt/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pt/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pt/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pt/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/pt/units/?format=api"
        },
        {
            "language": {
                "code": "pt",
                "name": "Portuguese",
                "direction": "ltr",
                "web_url": "http://weblate.a4tune.com/languages/pt/",
                "url": "https://weblate.a4tune.com/api/languages/pt/?format=api"
            },
            "component": {
                "name": "Help",
                "slug": "help",
                "project": {
                    "name": "Guitar and Violin Tuner",
                    "slug": "guitar-and-violin-tuner",
                    "web": "https://play.google.com/store/apps/details?id=com.a4tune",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "direction": "ltr",
                        "web_url": "http://weblate.a4tune.com/languages/en/",
                        "url": "https://weblate.a4tune.com/api/languages/en/?format=api"
                    },
                    "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/",
                    "url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/?format=api",
                    "components_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/components/?format=api",
                    "repository_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/repository/?format=api",
                    "statistics_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/statistics/?format=api",
                    "changes_list_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/changes/?format=api",
                    "languages_url": "https://weblate.a4tune.com/api/projects/guitar-and-violin-tuner/languages/?format=api"
                },
                "vcs": "git",
                "repo": "/home/a4tuners/guitar-and-violin-tuner/help.git",
                "git_export": "http://weblate.a4tune.com/git/guitar-and-violin-tuner/help/",
                "branch": "master",
                "filemask": "*.po",
                "template": "",
                "new_base": "help.pot",
                "file_format": "po",
                "license": "CC0",
                "license_url": "https://creativecommons.org/share-your-work/public-domain/cc0/",
                "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/",
                "url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
                "repository_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/repository/?format=api",
                "translations_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/translations/?format=api",
                "statistics_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/statistics/?format=api",
                "lock_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/lock/?format=api",
                "changes_list_url": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/changes/?format=api",
                "new_lang": "add"
            },
            "language_code": "pt",
            "filename": "pt.po",
            "revision": "c912ffe84342be1f2443368e5985f67aee4dc693",
            "web_url": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/help/pt/",
            "share_url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/pt/",
            "translate_url": "http://weblate.a4tune.com/translate/guitar-and-violin-tuner/help/pt/",
            "url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pt/?format=api",
            "is_template": false,
            "total": 152,
            "total_words": 1233,
            "translated": 152,
            "translated_words": 1233,
            "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-04-01T07:37:57.141041Z",
            "last_author": "A4tune Labs - admin",
            "repository_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pt/repository/?format=api",
            "file_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pt/file/?format=api",
            "statistics_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pt/statistics/?format=api",
            "changes_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pt/changes/?format=api",
            "units_list_url": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/pt/units/?format=api"
        }
    ]
}