Languages API.

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

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

{
    "total": 429,
    "total_words": 994,
    "total_chars": 6595,
    "last_change": "2023-02-24T20:34:16.469383Z",
    "recent_changes": 0,
    "translated": 210,
    "translated_words": 260,
    "translated_percent": 48.9,
    "translated_words_percent": 26.1,
    "translated_chars": 1814,
    "translated_chars_percent": 27.5,
    "fuzzy": 3,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 37,
    "fuzzy_chars_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Songhai",
    "url": "https://hosted.weblate.org/languages/son/"
}