Translation components API.

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

GET /api/components/ooops-account-14-0/ooops_partner_statement_report/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": 2567,
            "filename": "ooops_partner_statement_report/i18n/ooops_partner_statement_report.pot",
            "revision": "f58e0acd2f591b347e8ef07d765ae5f6465adc2d",
            "web_url": "http://weblate.ops404.it/projects/ooops-account-14-0/ooops_partner_statement_report/en/",
            "share_url": "http://weblate.ops404.it/engage/ooops-account-14-0/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-account-14-0/ooops_partner_statement_report/en/",
            "url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 8,
            "total_words": 14,
            "translated": 8,
            "translated_words": 14,
            "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-account-14-0/ooops_partner_statement_report/en/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/en/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/en/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/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": 2568,
            "filename": "ooops_partner_statement_report/i18n/it.po",
            "revision": "71fdbb7cd28d122c5d304c0e1dfe9a276ca152ce",
            "web_url": "http://weblate.ops404.it/projects/ooops-account-14-0/ooops_partner_statement_report/it/",
            "share_url": "http://weblate.ops404.it/engage/ooops-account-14-0/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-account-14-0/ooops_partner_statement_report/it/",
            "url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 14,
            "translated": 8,
            "translated_words": 14,
            "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-01-26T12:59:23.387375+01:00",
            "last_author": "Francesco @ Ooops",
            "repository_url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/it/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/it/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/it/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/it/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-account-14-0/ooops_partner_statement_report/it/units/?format=api"
        }
    ]
}