Languages API.

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

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

{
    "total": 5570,
    "total_words": 21163,
    "total_chars": 152874,
    "last_change": "2024-05-12T15:23:16.590039Z",
    "recent_changes": 2,
    "translated": 423,
    "translated_words": 2068,
    "translated_percent": 7.5,
    "translated_words_percent": 9.7,
    "translated_chars": 11368,
    "translated_chars_percent": 7.4,
    "fuzzy": 42,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 349,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 1982,
    "fuzzy_chars_percent": 1.2,
    "failing": 43,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 43,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Tongan",
    "url": "https://hosted.weblate.org/languages/to/"
}