Translation components API.

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

GET /api/components/zypper/glossary/translations/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 61,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/zypper/glossary/translations/?format=api&page=3",
    "results": [
        {
            "language": {
                "code": "mk",
                "name": "Macedonian",
                "plural": {
                    "id": 157,
                    "source": 0,
                    "number": 2,
                    "formula": "n==1 || n%10==1 ? 0 : 1",
                    "type": 1
                },
                "aliases": [
                    "mac",
                    "mkd"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/mk/",
                "url": "https://l10n.opensuse.org/api/languages/mk/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/mk/statistics/?format=api"
            },
            "language_code": "mk",
            "id": 35994,
            "filename": "mk.tbx",
            "revision": "e18d8852ca304e174be741012311cb8de5c4d996",
            "web_url": "https://l10n.opensuse.org/projects/zypper/glossary/mk/",
            "share_url": "https://l10n.opensuse.org/engage/zypper/mk/",
            "translate_url": "https://l10n.opensuse.org/translate/zypper/glossary/mk/",
            "url": "https://l10n.opensuse.org/api/translations/zypper/glossary/mk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 4,
            "translated": 3,
            "translated_words": 4,
            "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": "2022-07-10T15:07:19.024667Z",
            "last_author": "Kristijan Fremen Velkovski",
            "repository_url": "https://l10n.opensuse.org/api/translations/zypper/glossary/mk/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/zypper/glossary/mk/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/zypper/glossary/mk/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/zypper/glossary/mk/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/zypper/glossary/mk/units/?format=api"
        }
    ]
}