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": 4635,
    "total_words": 22642,
    "total_chars": 138273,
    "last_change": "2023-12-09T03:05:25.393007Z",
    "recent_changes": 13,
    "translated": 4497,
    "translated_words": 21642,
    "translated_percent": 97.0,
    "translated_words_percent": 95.5,
    "translated_chars": 132199,
    "translated_chars_percent": 95.6,
    "fuzzy": 18,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 178,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 1061,
    "fuzzy_chars_percent": 0.7,
    "failing": 3575,
    "failing_percent": 77.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.5,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://l10n.xwiki.org/languages/id/"
}