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": 9620,
    "total_words": 101906,
    "total_chars": 728498,
    "last_change": "2023-12-01T08:04:43.116178Z",
    "recent_changes": 0,
    "translated": 1043,
    "translated_words": 3830,
    "translated_percent": 10.8,
    "translated_words_percent": 3.7,
    "translated_chars": 24297,
    "translated_chars_percent": 3.3,
    "fuzzy": 52,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 133,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1064,
    "fuzzy_chars_percent": 0.1,
    "failing": 40,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 14,
    "readonly_words_percent": 0.1,
    "readonly_chars": 96,
    "readonly_chars_percent": 0.1,
    "suggestions": 97,
    "comments": 0,
    "name": "Breton",
    "url": "https://translate.fedoraproject.org/languages/br/"
}