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": 5047,
    "total_words": 71199,
    "last_change": "2024-03-04T21:25:55.360060Z",
    "recent_changes": 1895,
    "translated": 4909,
    "translated_words": 66008,
    "translated_percent": 97.2,
    "translated_words_percent": 92.7,
    "translated_chars": 379480,
    "translated_chars_percent": 92.1,
    "total_chars": 411719,
    "fuzzy": 13,
    "fuzzy_percent": 0.2,
    "failing": 11,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "http://translate.diyseeds.org/languages/hu/"
}