Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 12,
            "total_words": 15,
            "total_chars": 101,
            "last_change": null,
            "recent_changes": 0,
            "translated": 12,
            "translated_words": 15,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 101,
            "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": 12,
            "readonly_percent": 100.0,
            "readonly_words": 15,
            "readonly_words_percent": 100.0,
            "readonly_chars": 101,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/safe-eyes/glossary/en/",
            "translate_url": "https://hosted.weblate.org/translate/safe-eyes/glossary/en/"
        },
        {
            "total": 9,
            "total_words": 11,
            "total_chars": 76,
            "last_change": "2020-02-29T21:23:49Z",
            "recent_changes": 8,
            "translated": 9,
            "translated_words": 11,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 76,
            "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": "eo",
            "name": "Esperanto",
            "url": "https://hosted.weblate.org/projects/safe-eyes/glossary/eo/",
            "translate_url": "https://hosted.weblate.org/translate/safe-eyes/glossary/eo/"
        },
        {
            "total": 1,
            "total_words": 1,
            "total_chars": 7,
            "last_change": "2019-06-03T12:23:56Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 7,
            "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": "pt",
            "name": "Portuguese",
            "url": "https://hosted.weblate.org/projects/safe-eyes/glossary/pt/",
            "translate_url": "https://hosted.weblate.org/translate/safe-eyes/glossary/pt/"
        },
        {
            "total": 3,
            "total_words": 4,
            "total_chars": 29,
            "last_change": "2021-03-24T07:40:27.953615Z",
            "recent_changes": 1,
            "translated": 3,
            "translated_words": 4,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 29,
            "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": "es",
            "name": "Spanish",
            "url": "https://hosted.weblate.org/projects/safe-eyes/glossary/es/",
            "translate_url": "https://hosted.weblate.org/translate/safe-eyes/glossary/es/"
        }
    ]
}