Translation components API.

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

GET /api/components/libgettextdemo/glossary/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 1,
            "total_words": 1,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4,
            "translated_chars_percent": 100.0,
            "total_chars": 4,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://l10n.opensuse.org/projects/libgettextdemo/glossary/en/",
            "translate_url": "https://l10n.opensuse.org/translate/libgettextdemo/glossary/en/"
        },
        {
            "total": 1,
            "total_words": 1,
            "last_change": "2019-11-21T16:28:32.619848Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4,
            "translated_chars_percent": 100.0,
            "total_chars": 4,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "cs",
            "name": "Czech",
            "url": "https://l10n.opensuse.org/projects/libgettextdemo/glossary/cs/",
            "translate_url": "https://l10n.opensuse.org/translate/libgettextdemo/glossary/cs/"
        }
    ]
}