Languages API.

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

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

{
    "total": 7254,
    "total_words": 59956,
    "total_chars": 403892,
    "last_change": "2024-03-22T19:56:02.906791Z",
    "recent_changes": 802,
    "translated": 6617,
    "translated_words": 49204,
    "translated_percent": 91.2,
    "translated_words_percent": 82.0,
    "translated_chars": 324516,
    "translated_chars_percent": 80.3,
    "fuzzy": 55,
    "fuzzy_percent": 0.7,
    "failing": 176,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Croatian",
    "url": "http://translate.pkp.sfu.ca/languages/hr/"
}