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": 7224,
    "total_words": 33101,
    "total_chars": 217132,
    "last_change": "2024-04-26T20:58:40.310899Z",
    "recent_changes": 493,
    "translated": 5097,
    "translated_words": 20006,
    "translated_percent": 70.5,
    "translated_words_percent": 60.4,
    "translated_chars": 132037,
    "translated_chars_percent": 60.8,
    "fuzzy": 430,
    "fuzzy_percent": 5.9,
    "failing": 149,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 1044,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://l10n.elementary.io/languages/pt_BR/"
}