Translation components API.

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

GET /api/components/blattwerkzeug/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": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 95666,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/blattwerkzeug/glossary/de/",
            "share_url": "https://hosted.weblate.org/engage/blattwerkzeug/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/blattwerkzeug/glossary/de/",
            "url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/de/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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://hosted.weblate.org/api/translations/blattwerkzeug/glossary/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 95667,
            "filename": "en.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/blattwerkzeug/glossary/en/",
            "share_url": "https://hosted.weblate.org/engage/blattwerkzeug/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/blattwerkzeug/glossary/en/",
            "url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/en/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "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://hosted.weblate.org/api/translations/blattwerkzeug/glossary/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/blattwerkzeug/glossary/en/units/?format=api"
        }
    ]
}