Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "https://t.naviter.com/api/components/seeyounavigator/glossary/statistics/?format=api",
    "results": [
        {
            "total": 37,
            "total_words": 40,
            "last_change": null,
            "recent_changes": 0,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 16.2,
            "translated_words_percent": 15.0,
            "translated_chars": 30,
            "translated_chars_percent": 13.1,
            "total_chars": 228,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 6,
            "readonly_percent": 16.2,
            "suggestions": 0,
            "comments": 0,
            "code": "hu",
            "name": "Hungarian",
            "url": "https://t.naviter.com/projects/seeyounavigator/glossary/hu/",
            "translate_url": "https://t.naviter.com/translate/seeyounavigator/glossary/hu/"
        },
        {
            "total": 37,
            "total_words": 40,
            "last_change": null,
            "recent_changes": 0,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 16.2,
            "translated_words_percent": 15.0,
            "translated_chars": 30,
            "translated_chars_percent": 13.1,
            "total_chars": 228,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 6,
            "readonly_percent": 16.2,
            "suggestions": 1,
            "comments": 0,
            "code": "tr",
            "name": "Turkish",
            "url": "https://t.naviter.com/projects/seeyounavigator/glossary/tr/",
            "translate_url": "https://t.naviter.com/translate/seeyounavigator/glossary/tr/"
        }
    ]
}