Languages API.

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

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

{
    "total": 31,
    "total_words": 94,
    "total_chars": 567,
    "last_change": "2023-02-01T03:30:04.905250Z",
    "recent_changes": 3,
    "translated": 23,
    "translated_words": 57,
    "translated_percent": 74.1,
    "translated_words_percent": 60.6,
    "translated_chars": 315,
    "translated_chars_percent": 55.5,
    "fuzzy": 1,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 22.3,
    "fuzzy_chars": 132,
    "fuzzy_chars_percent": 23.2,
    "failing": 5,
    "failing_percent": 16.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 12,
    "readonly_percent": 38.7,
    "readonly_words": 12,
    "readonly_words_percent": 12.7,
    "readonly_chars": 50,
    "readonly_chars_percent": 8.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Uyghur",
    "url": "https://l10n.xwiki.org/languages/ug/"
}