Translation components API.

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

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

{
    "count": 65,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/kiwi/glossary/statistics/?format=api&page=3",
    "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": "en_GB",
            "name": "English (United Kingdom)",
            "url": "https://l10n.opensuse.org/projects/kiwi/glossary/en_GB/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/glossary/en_GB/"
        },
        {
            "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": "eu",
            "name": "Basque",
            "url": "https://l10n.opensuse.org/projects/kiwi/glossary/eu/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/glossary/eu/"
        },
        {
            "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": "nds",
            "name": "German (Low)",
            "url": "https://l10n.opensuse.org/projects/kiwi/glossary/nds/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/glossary/nds/"
        },
        {
            "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": "ka",
            "name": "Georgian",
            "url": "https://l10n.opensuse.org/projects/kiwi/glossary/ka/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/glossary/ka/"
        },
        {
            "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/kiwi/glossary/el/",
            "translate_url": "https://l10n.opensuse.org/translate/kiwi/glossary/el/"
        }
    ]
}