Translation components API.

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

GET /api/components/ooops-delivery-14-0/ooops_delivery_calendar_zone/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": 2512,
            "filename": "ooops_delivery_calendar_zone/i18n/ooops_delivery_calendar_zone.pot",
            "revision": "c655e8d070bcb1c9eb14443e93332d04470c5db5",
            "web_url": "http://weblate.ops404.it/projects/ooops-delivery-14-0/ooops_delivery_calendar_zone/en/",
            "share_url": "http://weblate.ops404.it/engage/ooops-delivery-14-0/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-delivery-14-0/ooops_delivery_calendar_zone/en/",
            "url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 104,
            "total_words": 618,
            "translated": 104,
            "translated_words": 618,
            "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-delivery-14-0/ooops_delivery_calendar_zone/en/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/en/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/en/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/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": 2513,
            "filename": "ooops_delivery_calendar_zone/i18n/it.po",
            "revision": "463bcfc14df491b6203bd8f2ecaeed487e8dfa7a",
            "web_url": "http://weblate.ops404.it/projects/ooops-delivery-14-0/ooops_delivery_calendar_zone/it/",
            "share_url": "http://weblate.ops404.it/engage/ooops-delivery-14-0/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-delivery-14-0/ooops_delivery_calendar_zone/it/",
            "url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 618,
            "translated": 104,
            "translated_words": 618,
            "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-08-26T17:42:15.800707+02:00",
            "last_author": "Francesco @ Ooops",
            "repository_url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/it/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/it/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/it/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/it/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-delivery-14-0/ooops_delivery_calendar_zone/it/units/?format=api"
        }
    ]
}