Translation components API.

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

GET /api/components/ooops-base/ooops_report_hide_price/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": 1455,
            "filename": "ooops_report_hide_price/i18n/ooops_report_hide_price.pot",
            "revision": "945b47153c335c0efc7afaf4516ae8b5b7606a4d",
            "web_url": "http://weblate.ops404.it/projects/ooops-base/ooops_report_hide_price/en/",
            "share_url": "http://weblate.ops404.it/engage/ooops-base/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-base/ooops_report_hide_price/en/",
            "url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 49,
            "total_words": 183,
            "translated": 49,
            "translated_words": 183,
            "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-base/ooops_report_hide_price/en/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/en/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/en/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/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": 1468,
            "filename": "ooops_report_hide_price/i18n/it.po",
            "revision": "58c06ad4a54fed6095002cbc6b7517d107f03993",
            "web_url": "http://weblate.ops404.it/projects/ooops-base/ooops_report_hide_price/it/",
            "share_url": "http://weblate.ops404.it/engage/ooops-base/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-base/ooops_report_hide_price/it/",
            "url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 49,
            "total_words": 183,
            "translated": 38,
            "translated_words": 74,
            "translated_percent": 77.5,
            "fuzzy": 2,
            "fuzzy_words": 20,
            "fuzzy_percent": 4.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-07-06T11:14:11.275780+02:00",
            "last_author": "Sam @ Ooops",
            "repository_url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/it/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/it/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/it/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/it/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-base/ooops_report_hide_price/it/units/?format=api"
        }
    ]
}