Languages API.

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

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

{
    "total": 2552,
    "total_words": 15333,
    "total_chars": 89189,
    "last_change": "2023-11-30T08:02:19.147237Z",
    "recent_changes": 190,
    "translated": 1623,
    "translated_words": 8446,
    "translated_percent": 63.5,
    "translated_words_percent": 55.0,
    "translated_chars": 48042,
    "translated_chars_percent": 53.8,
    "fuzzy": 13,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 45,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 284,
    "fuzzy_chars_percent": 0.3,
    "failing": 99,
    "failing_percent": 3.8,
    "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": 7,
    "comments": 6,
    "name": "Breton",
    "url": "https://weblate.framasoft.org/languages/br/"
}