Languages API.

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

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

{
    "total": 25,
    "total_words": 35,
    "total_chars": 223,
    "last_change": "2022-09-13T16:06:09.357540Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 2,
    "translated_percent": 8.0,
    "translated_words_percent": 5.7,
    "translated_chars": 11,
    "translated_chars_percent": 4.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Croatian",
    "url": "http://translate.pkp.sfu.ca/languages/hr_HR/"
}