Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://weblate.ops404.it/languages/en/",
                "url": "http://weblate.ops404.it/api/languages/en/?format=api",
                "statistics_url": "http://weblate.ops404.it/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 1357,
            "filename": "ooops_helpdesk_timesheet/i18n/ooops_helpdesk_timesheet.pot",
            "revision": "b6b63d66706e6dbae976f2553fb56e8fd0f84147",
            "web_url": "http://weblate.ops404.it/projects/ooops-helpdesk/ooops_helpdesk_timesheet/en/",
            "share_url": "http://weblate.ops404.it/engage/ooops-helpdesk/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-helpdesk/ooops_helpdesk_timesheet/en/",
            "url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 57,
            "total_words": 211,
            "translated": 57,
            "translated_words": 211,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/en/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/en/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/en/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/en/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 250,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "web_url": "http://weblate.ops404.it/languages/it/",
                "url": "http://weblate.ops404.it/api/languages/it/?format=api",
                "statistics_url": "http://weblate.ops404.it/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 1371,
            "filename": "ooops_helpdesk_timesheet/i18n/it.po",
            "revision": "3553d156e313420ab56894157b9e4b706132c9c0",
            "web_url": "http://weblate.ops404.it/projects/ooops-helpdesk/ooops_helpdesk_timesheet/it/",
            "share_url": "http://weblate.ops404.it/engage/ooops-helpdesk/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-helpdesk/ooops_helpdesk_timesheet/it/",
            "url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 57,
            "total_words": 211,
            "translated": 53,
            "translated_words": 172,
            "translated_percent": 92.9,
            "fuzzy": 1,
            "fuzzy_words": 36,
            "fuzzy_percent": 1.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-08T18:29:27.003073+01:00",
            "last_author": "Francesco @ Ooops",
            "repository_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/it/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/it/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/it/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/it/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-helpdesk/ooops_helpdesk_timesheet/it/units/?format=api"
        }
    ]
}