Languages API.

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

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

{
    "total": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2023-11-24T19:03:31.415457Z",
    "recent_changes": 695,
    "translated": 2146,
    "translated_words": 11549,
    "translated_percent": 21.5,
    "translated_words_percent": 20.9,
    "translated_chars": 75597,
    "translated_chars_percent": 21.2,
    "fuzzy": 29,
    "fuzzy_percent": 0.2,
    "failing": 14,
    "failing_percent": 0.1,
    "approved": 378,
    "approved_percent": 3.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.rob006.net/languages/pt_BR/"
}