Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/kiss/glossary/statistics/?format=api",
    "results": [
        {
            "total": 0,
            "total_words": 0,
            "total_chars": 0,
            "last_change": "2023-04-26T13:00:34.497511Z",
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 0,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "or",
            "name": "Odia",
            "url": "https://hosted.weblate.org/projects/kiss/glossary/or/",
            "translate_url": "https://hosted.weblate.org/translate/kiss/glossary/or/"
        },
        {
            "total": 0,
            "total_words": 0,
            "total_chars": 0,
            "last_change": "2024-05-03T08:10:42.213516Z",
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 0,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "lv",
            "name": "Latvian",
            "url": "https://hosted.weblate.org/projects/kiss/glossary/lv/",
            "translate_url": "https://hosted.weblate.org/translate/kiss/glossary/lv/"
        }
    ]
}