Languages API.

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

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

{
    "total": 627,
    "total_words": 2933,
    "last_change": "2020-12-07T18:38:05.326257Z",
    "recent_changes": 32,
    "translated": 240,
    "translated_words": 1364,
    "translated_percent": 38.2,
    "translated_words_percent": 46.5,
    "translated_chars": 9194,
    "translated_chars_percent": 47.7,
    "total_chars": 19268,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 44,
    "failing_percent": 7.0,
    "name": "Breton",
    "url": "https://translate.silence.dev/languages/br/"
}