Translation components API.

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

GET /api/components/opensuse-eulas/mesa-dri-nouveau-master/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/en/",
                "url": "https://l10n.opensuse.org/api/languages/en/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 27691,
            "filename": "Mesa-dri-nouveau/Mesa-dri-nouveau.pot",
            "revision": "e353d291addef07a6443bb61d7e14bf61c7e1ba4",
            "web_url": "https://l10n.opensuse.org/projects/opensuse-eulas/mesa-dri-nouveau-master/en/",
            "share_url": "https://l10n.opensuse.org/engage/opensuse-eulas/en/",
            "translate_url": "https://l10n.opensuse.org/translate/opensuse-eulas/mesa-dri-nouveau-master/en/",
            "url": "https://l10n.opensuse.org/api/translations/opensuse-eulas/mesa-dri-nouveau-master/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 6,
            "total_words": 120,
            "translated": 6,
            "translated_words": 120,
            "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": "https://l10n.opensuse.org/api/translations/opensuse-eulas/mesa-dri-nouveau-master/en/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/opensuse-eulas/mesa-dri-nouveau-master/en/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/opensuse-eulas/mesa-dri-nouveau-master/en/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/opensuse-eulas/mesa-dri-nouveau-master/en/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/opensuse-eulas/mesa-dri-nouveau-master/en/units/?format=api"
        }
    ]
}