Languages API.

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

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

{
    "total": 113594,
    "total_words": 761246,
    "total_chars": 4966358,
    "last_change": "2024-04-27T16:45:02.049198Z",
    "recent_changes": 697,
    "translated": 31135,
    "translated_words": 112259,
    "translated_percent": 27.4,
    "translated_words_percent": 14.7,
    "translated_chars": 718076,
    "translated_chars_percent": 14.4,
    "fuzzy": 8666,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 37906,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 255925,
    "fuzzy_chars_percent": 5.1,
    "failing": 5304,
    "failing_percent": 4.6,
    "approved": 1,
    "approved_percent": 0.1,
    "approved_words": 1,
    "approved_words_percent": 0.1,
    "approved_chars": 9,
    "approved_chars_percent": 0.1,
    "readonly": 3234,
    "readonly_percent": 2.8,
    "readonly_words": 1817,
    "readonly_words_percent": 0.2,
    "readonly_chars": 26128,
    "readonly_chars_percent": 0.5,
    "suggestions": 1357,
    "comments": 3,
    "name": "Armenian",
    "url": "https://hosted.weblate.org/languages/hy/"
}