Translation components API.

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

GET /api/components/keep-talking-and-nobody-explodes/glossary/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://itzulpenak.gamerauntsia.eus/languages/es/",
                "url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/?format=api",
                "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 205,
            "filename": "",
            "revision": "",
            "web_url": "https://itzulpenak.gamerauntsia.eus/projects/keep-talking-and-nobody-explodes/glossary/es/",
            "share_url": "https://itzulpenak.gamerauntsia.eus/engage/keep-talking-and-nobody-explodes/-/es/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/keep-talking-and-nobody-explodes/glossary/es/",
            "url": "https://itzulpenak.gamerauntsia.eus/api/translations/keep-talking-and-nobody-explodes/glossary/es/?format=api",
            "is_template": true,
            "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://itzulpenak.gamerauntsia.eus/api/translations/keep-talking-and-nobody-explodes/glossary/es/repository/?format=api",
            "file_url": "https://itzulpenak.gamerauntsia.eus/api/translations/keep-talking-and-nobody-explodes/glossary/es/file/?format=api",
            "statistics_url": "https://itzulpenak.gamerauntsia.eus/api/translations/keep-talking-and-nobody-explodes/glossary/es/statistics/?format=api",
            "changes_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/keep-talking-and-nobody-explodes/glossary/es/changes/?format=api",
            "units_list_url": "https://itzulpenak.gamerauntsia.eus/api/translations/keep-talking-and-nobody-explodes/glossary/es/units/?format=api"
        }
    ]
}