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": 766,
    "total_words": 3276,
    "last_change": "2023-02-11T10:16:46.113958Z",
    "recent_changes": 18,
    "translated": 711,
    "translated_words": 3082,
    "translated_percent": 92.8,
    "translated_words_percent": 94.0,
    "translated_chars": 19163,
    "translated_chars_percent": 94.0,
    "total_chars": 20375,
    "fuzzy": 34,
    "fuzzy_percent": 4.4,
    "failing": 5,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Hebrew",
    "url": "https://weblate.info.ucl.ac.be/languages/he/"
}