Languages API.

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

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

{
    "total": 1527446,
    "total_words": 13516864,
    "total_chars": 100633236,
    "last_change": "2024-04-25T11:33:20.752235Z",
    "recent_changes": 5629,
    "translated": 1485052,
    "translated_words": 13294681,
    "translated_percent": 97.2,
    "translated_words_percent": 98.3,
    "translated_chars": 99038208,
    "translated_chars_percent": 98.4,
    "fuzzy": 6846,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 33696,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 234511,
    "fuzzy_chars_percent": 0.2,
    "failing": 226510,
    "failing_percent": 14.8,
    "approved": 7936,
    "approved_percent": 0.5,
    "approved_words": 29546,
    "approved_words_percent": 0.2,
    "approved_chars": 197145,
    "approved_chars_percent": 0.1,
    "readonly": 1008884,
    "readonly_percent": 66.0,
    "readonly_words": 10674663,
    "readonly_words_percent": 78.9,
    "readonly_chars": 81889187,
    "readonly_chars_percent": 81.3,
    "suggestions": 6247,
    "comments": 4343,
    "name": "English",
    "url": "https://hosted.weblate.org/languages/en/"
}