Languages API.

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

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

{
    "total": 66536,
    "total_words": 538621,
    "total_chars": 3569376,
    "last_change": "2025-03-12T01:14:43.039149Z",
    "recent_changes": 89,
    "translated": 21705,
    "translated_words": 122968,
    "translated_percent": 32.6,
    "translated_words_percent": 22.8,
    "translated_chars": 786262,
    "translated_chars_percent": 22.0,
    "fuzzy": 5340,
    "fuzzy_percent": 8.0,
    "fuzzy_words": 32510,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 214354,
    "fuzzy_chars_percent": 6.0,
    "failing": 2243,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.1,
    "readonly_words": 51,
    "readonly_words_percent": 0.1,
    "readonly_chars": 726,
    "readonly_chars_percent": 0.1,
    "suggestions": 5294,
    "comments": 0,
    "name": "Telugu",
    "url": "https://translate.fedoraproject.org/languages/te/"
}