Languages API.

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

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

{
    "total": 794281,
    "total_words": 6736468,
    "total_chars": 44337058,
    "last_change": "2024-04-25T09:38:43.535733Z",
    "recent_changes": 14828,
    "translated": 469123,
    "translated_words": 2559991,
    "translated_percent": 59.0,
    "translated_words_percent": 38.0,
    "translated_chars": 16129440,
    "translated_chars_percent": 36.3,
    "fuzzy": 33547,
    "fuzzy_percent": 4.2,
    "fuzzy_words": 206267,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 1388877,
    "fuzzy_chars_percent": 3.1,
    "failing": 20332,
    "failing_percent": 2.5,
    "approved": 21315,
    "approved_percent": 2.6,
    "approved_words": 236912,
    "approved_words_percent": 3.5,
    "approved_chars": 1501224,
    "approved_chars_percent": 3.3,
    "readonly": 17516,
    "readonly_percent": 2.2,
    "readonly_words": 77247,
    "readonly_words_percent": 1.1,
    "readonly_chars": 326358,
    "readonly_chars_percent": 0.7,
    "suggestions": 5933,
    "comments": 149,
    "name": "Turkish",
    "url": "https://hosted.weblate.org/languages/tr/"
}