Translation components API.

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

GET /api/components/libgettextdemo/glossary/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": 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": 27927,
            "filename": "",
            "revision": "",
            "web_url": "https://l10n.opensuse.org/projects/libgettextdemo/glossary/en/",
            "share_url": "https://l10n.opensuse.org/engage/libgettextdemo/en/",
            "translate_url": "https://l10n.opensuse.org/translate/libgettextdemo/glossary/en/",
            "url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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/libgettextdemo/glossary/en/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/en/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/en/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/en/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/en/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 64,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/cs/",
                "url": "https://l10n.opensuse.org/api/languages/cs/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs",
            "id": 27928,
            "filename": "cs.tbx",
            "revision": "2823530a468075605d0c6a5bc61f5d234fdc43ad",
            "web_url": "https://l10n.opensuse.org/projects/libgettextdemo/glossary/cs/",
            "share_url": "https://l10n.opensuse.org/engage/libgettextdemo/cs/",
            "translate_url": "https://l10n.opensuse.org/translate/libgettextdemo/glossary/cs/",
            "url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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": "2019-11-21T16:28:32.619848Z",
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/cs/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/cs/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/cs/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/cs/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/cs/units/?format=api"
        }
    ]
}