Languages API.

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

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

{
    "total": 8769,
    "total_words": 105360,
    "total_chars": 820299,
    "last_change": "2024-04-27T10:33:25.349401Z",
    "recent_changes": 259,
    "translated": 757,
    "translated_words": 2699,
    "translated_percent": 8.6,
    "translated_words_percent": 2.5,
    "translated_chars": 33185,
    "translated_chars_percent": 4.0,
    "fuzzy": 314,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 1897,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 23820,
    "fuzzy_chars_percent": 2.9,
    "failing": 225,
    "failing_percent": 2.5,
    "approved": 515,
    "approved_percent": 5.8,
    "approved_words": 1279,
    "approved_words_percent": 1.2,
    "approved_chars": 18484,
    "approved_chars_percent": 2.2,
    "readonly": 157,
    "readonly_percent": 1.7,
    "readonly_words": 927,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7525,
    "readonly_chars_percent": 0.9,
    "suggestions": 129,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://translate.tails.boum.org/languages/id/"
}