Translation components API.

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

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

{
    "count": 81,
    "next": null,
    "previous": "https://weblate.ppc.lol/api/components/peercoin-flutter/glossary/translations/?format=api&page=4",
    "results": [
        {
            "language": {
                "code": "enm",
                "name": "English (Middle)",
                "plural": {
                    "id": 151,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "https://weblate.ppc.lol/languages/enm/",
                "url": "https://weblate.ppc.lol/api/languages/enm/?format=api",
                "statistics_url": "https://weblate.ppc.lol/api/languages/enm/statistics/?format=api"
            },
            "language_code": "enm",
            "id": 292,
            "filename": "enm.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.ppc.lol/projects/peercoin-flutter/glossary/enm/",
            "share_url": "https://weblate.ppc.lol/engage/peercoin-flutter/enm/",
            "translate_url": "https://weblate.ppc.lol/translate/peercoin-flutter/glossary/enm/",
            "url": "https://weblate.ppc.lol/api/translations/peercoin-flutter/glossary/enm/?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": null,
            "last_author": null,
            "repository_url": "https://weblate.ppc.lol/api/translations/peercoin-flutter/glossary/enm/repository/?format=api",
            "file_url": "https://weblate.ppc.lol/api/translations/peercoin-flutter/glossary/enm/file/?format=api",
            "statistics_url": "https://weblate.ppc.lol/api/translations/peercoin-flutter/glossary/enm/statistics/?format=api",
            "changes_list_url": "https://weblate.ppc.lol/api/translations/peercoin-flutter/glossary/enm/changes/?format=api",
            "units_list_url": "https://weblate.ppc.lol/api/translations/peercoin-flutter/glossary/enm/units/?format=api"
        }
    ]
}