Translation components API.

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

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

{
    "count": 54,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/fluffychat/glossary/statistics/?format=api",
    "results": [
        {
            "total": 6,
            "total_words": 8,
            "total_chars": 36,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 16.6,
            "translated_words_percent": 25.0,
            "translated_chars": 9,
            "translated_chars_percent": 25.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": 1,
            "readonly_percent": 16.6,
            "readonly_words": 2,
            "readonly_words_percent": 25.0,
            "readonly_chars": 9,
            "readonly_chars_percent": 25.0,
            "suggestions": 0,
            "comments": 0,
            "code": "lv",
            "name": "Latvian",
            "url": "https://hosted.weblate.org/projects/fluffychat/glossary/lv/",
            "translate_url": "https://hosted.weblate.org/translate/fluffychat/glossary/lv/"
        },
        {
            "total": 6,
            "total_words": 8,
            "total_chars": 36,
            "last_change": "2024-01-22T23:01:59.827455Z",
            "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,
            "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": "ia",
            "name": "Interlingua",
            "url": "https://hosted.weblate.org/projects/fluffychat/glossary/ia/",
            "translate_url": "https://hosted.weblate.org/translate/fluffychat/glossary/ia/"
        },
        {
            "total": 6,
            "total_words": 8,
            "total_chars": 36,
            "last_change": "2024-03-21T01:02:03.376718Z",
            "recent_changes": 0,
            "translated": 6,
            "translated_words": 8,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 36,
            "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": "be",
            "name": "Belarusian",
            "url": "https://hosted.weblate.org/projects/fluffychat/glossary/be/",
            "translate_url": "https://hosted.weblate.org/translate/fluffychat/glossary/be/"
        },
        {
            "total": 6,
            "total_words": 8,
            "total_chars": 36,
            "last_change": "2024-04-11T12:02:01.738099Z",
            "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,
            "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": "fil",
            "name": "Filipino",
            "url": "https://hosted.weblate.org/projects/fluffychat/glossary/fil/",
            "translate_url": "https://hosted.weblate.org/translate/fluffychat/glossary/fil/"
        }
    ]
}