Translation components API.

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

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

{
    "count": 25,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/opensuse-eulas/glossary/statistics/?format=api",
    "results": [
        {
            "total": 0,
            "total_words": 0,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 100.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "hi",
            "name": "Hindi",
            "url": "https://l10n.opensuse.org/projects/opensuse-eulas/glossary/hi/",
            "translate_url": "https://l10n.opensuse.org/translate/opensuse-eulas/glossary/hi/"
        },
        {
            "total": 0,
            "total_words": 0,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 100.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_TW",
            "name": "Chinese (Taiwan)",
            "url": "https://l10n.opensuse.org/projects/opensuse-eulas/glossary/zh_TW/",
            "translate_url": "https://l10n.opensuse.org/translate/opensuse-eulas/glossary/zh_TW/"
        },
        {
            "total": 0,
            "total_words": 0,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 100.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "https://l10n.opensuse.org/projects/opensuse-eulas/glossary/uk/",
            "translate_url": "https://l10n.opensuse.org/translate/opensuse-eulas/glossary/uk/"
        },
        {
            "total": 0,
            "total_words": 0,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 100.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "pt_PT",
            "name": "Portuguese (Portugal)",
            "url": "https://l10n.opensuse.org/projects/opensuse-eulas/glossary/pt_PT/",
            "translate_url": "https://l10n.opensuse.org/translate/opensuse-eulas/glossary/pt_PT/"
        },
        {
            "total": 0,
            "total_words": 0,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 100.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "el",
            "name": "Greek",
            "url": "https://l10n.opensuse.org/projects/opensuse-eulas/glossary/el/",
            "translate_url": "https://l10n.opensuse.org/translate/opensuse-eulas/glossary/el/"
        }
    ]
}