Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/libgnomesu/glossary/translations/?format=api",
    "results": [
        {
            "language": {
                "id": 140,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 101,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://l10n.opensuse.org/languages/el/",
                "url": "https://l10n.opensuse.org/api/languages/el/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/el/statistics/?format=api"
            },
            "language_code": "el",
            "id": 34287,
            "filename": "el.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://l10n.opensuse.org/projects/libgnomesu/glossary/el/",
            "share_url": "https://l10n.opensuse.org/engage/libgnomesu/-/el/",
            "translate_url": "https://l10n.opensuse.org/translate/libgnomesu/glossary/el/",
            "url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "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": "2021-11-23T23:27:44.172888Z",
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/el/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/el/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/el/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/el/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/el/units/?format=api"
        },
        {
            "language": {
                "id": 260,
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://l10n.opensuse.org/languages/ka/",
                "url": "https://l10n.opensuse.org/api/languages/ka/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/ka/statistics/?format=api"
            },
            "language_code": "ka",
            "id": 37249,
            "filename": "ka.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://l10n.opensuse.org/projects/libgnomesu/glossary/ka/",
            "share_url": "https://l10n.opensuse.org/engage/libgnomesu/-/ka/",
            "translate_url": "https://l10n.opensuse.org/translate/libgnomesu/glossary/ka/",
            "url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "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": "2023-02-21T07:07:50.728111Z",
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/ka/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/ka/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/ka/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/ka/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/libgnomesu/glossary/ka/units/?format=api"
        }
    ]
}