Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/yast-migration/master/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 112,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/hi/",
                "url": "https://l10n.opensuse.org/api/languages/hi/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/hi/statistics/?format=api"
            },
            "language_code": "hi",
            "id": 28245,
            "filename": "po/migration/hi.po",
            "revision": "ea0ccb7b3aea28cb84863e1c8e11a83f4ef98441",
            "web_url": "https://l10n.opensuse.org/projects/yast-migration/master/hi/",
            "share_url": "https://l10n.opensuse.org/engage/yast-migration/hi/",
            "translate_url": "https://l10n.opensuse.org/translate/yast-migration/master/hi/",
            "url": "https://l10n.opensuse.org/api/translations/yast-migration/master/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 14,
            "total_words": 195,
            "translated": 14,
            "translated_words": 195,
            "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": "2021-05-08T05:34:51.964243Z",
            "last_author": "Panwar",
            "repository_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/hi/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/hi/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/hi/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/hi/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/hi/units/?format=api"
        },
        {
            "language": {
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "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": 37197,
            "filename": "po/migration/ka.po",
            "revision": "0fedcc77180fee0b238b006207a7a83b76ae4feb",
            "web_url": "https://l10n.opensuse.org/projects/yast-migration/master/ka/",
            "share_url": "https://l10n.opensuse.org/engage/yast-migration/ka/",
            "translate_url": "https://l10n.opensuse.org/translate/yast-migration/master/ka/",
            "url": "https://l10n.opensuse.org/api/translations/yast-migration/master/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 14,
            "total_words": 195,
            "translated": 9,
            "translated_words": 42,
            "translated_percent": 64.2,
            "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-11T16:19:56.098362Z",
            "last_author": "Temuri Doghonadze",
            "repository_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/ka/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/ka/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/ka/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/ka/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/yast-migration/master/ka/units/?format=api"
        }
    ]
}