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": 11664,
    "total_words": 118895,
    "last_change": "2024-05-09T12:40:48.543256Z",
    "recent_changes": 153,
    "translated": 11468,
    "translated_words": 116513,
    "translated_percent": 98.3,
    "translated_words_percent": 97.9,
    "translated_chars": 699275,
    "translated_chars_percent": 97.9,
    "total_chars": 713576,
    "fuzzy": 8,
    "fuzzy_percent": 0.1,
    "failing": 12,
    "failing_percent": 0.1,
    "approved": 4159,
    "approved_percent": 35.6,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 49,
    "comments": 80,
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/languages/pt_BR/"
}