Languages API.

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

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

{
    "total": 3869,
    "total_words": 33939,
    "total_chars": 231397,
    "last_change": "2024-01-22T05:39:08.199460Z",
    "recent_changes": 3,
    "translated": 363,
    "translated_words": 3085,
    "translated_percent": 9.3,
    "translated_words_percent": 9.0,
    "translated_chars": 20133,
    "translated_chars_percent": 8.7,
    "fuzzy": 34,
    "fuzzy_percent": 0.8,
    "failing": 25,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Hebrew",
    "url": "http://translate.pkp.sfu.ca/languages/he/"
}