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": 652,
    "total_words": 10415,
    "last_change": "2023-07-17T11:18:05.883684Z",
    "recent_changes": 2,
    "translated": 327,
    "translated_words": 8738,
    "translated_percent": 50.1,
    "translated_words_percent": 83.8,
    "translated_chars": 54478,
    "translated_chars_percent": 84.2,
    "total_chars": 64658,
    "fuzzy": 322,
    "fuzzy_percent": 49.3,
    "failing": 542,
    "failing_percent": 83.1,
    "approved": 86,
    "approved_percent": 13.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "name": "Armenian",
    "url": "https://traduk.amikumu.com/languages/hy/"
}