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": 10788,
    "total_words": 57729,
    "total_chars": 372187,
    "last_change": "2023-06-22T05:40:58.696898Z",
    "recent_changes": 404,
    "translated": 1129,
    "translated_words": 5028,
    "translated_percent": 10.4,
    "translated_words_percent": 8.7,
    "translated_chars": 33055,
    "translated_chars_percent": 8.8,
    "fuzzy": 16,
    "fuzzy_percent": 0.1,
    "failing": 29,
    "failing_percent": 0.2,
    "approved": 959,
    "approved_percent": 8.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Hebrew",
    "url": "https://weblate.rob006.net/languages/he/"
}