Languages API.

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

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

{
    "total": 32312,
    "total_words": 154002,
    "total_chars": 955676,
    "last_change": "2024-05-06T08:37:48.353351Z",
    "recent_changes": 111,
    "translated": 11167,
    "translated_words": 38801,
    "translated_percent": 34.5,
    "translated_words_percent": 25.1,
    "translated_chars": 244257,
    "translated_chars_percent": 25.5,
    "fuzzy": 542,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 1895,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 11610,
    "fuzzy_chars_percent": 1.2,
    "failing": 4149,
    "failing_percent": 12.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 66,
    "readonly_percent": 0.2,
    "readonly_words": 69,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1227,
    "readonly_chars_percent": 0.1,
    "suggestions": 160,
    "comments": 2,
    "name": "Hebrew (Israel)",
    "url": "https://hosted.weblate.org/languages/he_IL/"
}