Languages API.

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

GET /api/languages/ve/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 16441,
    "total_words": 28048,
    "total_chars": 188426,
    "last_change": "2024-01-14T11:54:06.958185Z",
    "recent_changes": 4,
    "translated": 277,
    "translated_words": 321,
    "translated_percent": 1.6,
    "translated_words_percent": 1.1,
    "translated_chars": 2267,
    "translated_chars_percent": 1.2,
    "fuzzy": 6988,
    "fuzzy_percent": 42.5,
    "fuzzy_words": 9328,
    "fuzzy_words_percent": 33.2,
    "fuzzy_chars": 61950,
    "fuzzy_chars_percent": 32.8,
    "failing": 6,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 43,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Venda",
    "url": "https://hosted.weblate.org/languages/ve/"
}