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": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2025-04-18T21:17:49.081845Z",
    "recent_changes": 17,
    "translated": 309,
    "translated_words": 1140,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 7250,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 11,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://translations.zorin.com/languages/pt_BR/"
}