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": 117527,
    "total_words": 525030,
    "total_chars": 3213754,
    "last_change": "2020-05-19T08:56:22.446491Z",
    "recent_changes": 4,
    "translated": 76588,
    "translated_words": 236486,
    "translated_percent": 65.1,
    "translated_words_percent": 45.0,
    "translated_chars": 1498865,
    "translated_chars_percent": 46.6,
    "fuzzy": 4789,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 15138,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 92371,
    "fuzzy_chars_percent": 2.8,
    "failing": 1828,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 8,
    "comments": 0,
    "name": "Breton",
    "url": "https://translations.documentfoundation.org/languages/br/"
}