Languages API.

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

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

{
    "total": 283446,
    "total_words": 2396512,
    "total_chars": 19011314,
    "last_change": "2020-11-13T09:57:29.491482Z",
    "recent_changes": 20,
    "translated": 82065,
    "translated_words": 281192,
    "translated_percent": 28.9,
    "translated_words_percent": 11.7,
    "translated_chars": 1746131,
    "translated_chars_percent": 9.1,
    "fuzzy": 14173,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 39019,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 247953,
    "fuzzy_chars_percent": 1.3,
    "failing": 1315,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 427,
    "comments": 0,
    "name": "Hindi",
    "url": "https://translations.documentfoundation.org/languages/hi/"
}