Languages API.

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

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

{
    "total": 7724,
    "total_words": 64806,
    "total_chars": 436282,
    "last_change": "2024-02-01T08:53:25.968942Z",
    "recent_changes": 84,
    "translated": 6541,
    "translated_words": 49365,
    "translated_percent": 84.6,
    "translated_words_percent": 76.1,
    "translated_chars": 329946,
    "translated_chars_percent": 75.6,
    "fuzzy": 99,
    "fuzzy_percent": 1.2,
    "failing": 280,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "http://translate.pkp.sfu.ca/languages/hu/"
}