Translation components API.

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

GET /api/components/ooops-marketplace/ooops_website_sale_notes_marketplace/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": 1785,
            "filename": "ooops_website_sale_notes_marketplace/i18n/ooops_website_sale_notes_marketplace.pot",
            "revision": "bd32176fdc4803e175b5831841accc180959e05c",
            "web_url": "http://weblate.ops404.it/projects/ooops-marketplace/ooops_website_sale_notes_marketplace/en/",
            "share_url": "http://weblate.ops404.it/engage/ooops-marketplace/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-marketplace/ooops_website_sale_notes_marketplace/en/",
            "url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 3,
            "total_words": 9,
            "translated": 3,
            "translated_words": 9,
            "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-marketplace/ooops_website_sale_notes_marketplace/en/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/en/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/en/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/en/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/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": 1786,
            "filename": "ooops_website_sale_notes_marketplace/i18n/it.po",
            "revision": "bd32176fdc4803e175b5831841accc180959e05c",
            "web_url": "http://weblate.ops404.it/projects/ooops-marketplace/ooops_website_sale_notes_marketplace/it/",
            "share_url": "http://weblate.ops404.it/engage/ooops-marketplace/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-marketplace/ooops_website_sale_notes_marketplace/it/",
            "url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 9,
            "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": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/it/repository/?format=api",
            "file_url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/it/file/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/it/statistics/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/it/changes/?format=api",
            "units_list_url": "http://weblate.ops404.it/api/translations/ooops-marketplace/ooops_website_sale_notes_marketplace/it/units/?format=api"
        }
    ]
}