Translation components API.

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

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

{
    "count": 62,
    "next": null,
    "previous": "https://weblate.rikka.app/api/components/shizuku/glossary/translations/?format=api&page=3",
    "results": [
        {
            "language": {
                "code": "te",
                "name": "Telugu",
                "plural": {
                    "id": 313,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tel"
                ],
                "direction": "ltr",
                "population": 9337176000,
                "web_url": "https://weblate.rikka.app/languages/te/",
                "url": "https://weblate.rikka.app/api/languages/te/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/te/statistics/?format=api"
            },
            "language_code": "te",
            "id": 605,
            "filename": "te.tbx",
            "revision": "5f06eabc1b2f1ff4c70e6c353d2f723f7117361b",
            "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/te/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/te/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/te/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/glossary/te/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 236,
            "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": 1,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/te/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/te/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/te/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/te/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/te/units/?format=api"
        },
        {
            "language": {
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 137,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 53334248545,
                "web_url": "https://weblate.rikka.app/languages/hi/",
                "url": "https://weblate.rikka.app/api/languages/hi/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/hi/statistics/?format=api"
            },
            "language_code": "hi",
            "id": 611,
            "filename": "hi.tbx",
            "revision": "f22cfbcb3d214c12e9f500c5ffe4adf0275257bc",
            "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/hi/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/hi/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/hi/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/glossary/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 236,
            "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": 1,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/hi/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/hi/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/hi/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/hi/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/hi/units/?format=api"
        }
    ]
}