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": 607,
    "total_words": 3710,
    "total_chars": 24198,
    "last_change": "2023-06-13T18:28:37.518545Z",
    "recent_changes": 8,
    "translated": 554,
    "translated_words": 3362,
    "translated_percent": 91.2,
    "translated_words_percent": 90.6,
    "translated_chars": 21841,
    "translated_chars_percent": 90.2,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 15,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.6,
    "approved": 243,
    "approved_percent": 40.0,
    "approved_words": 1918,
    "approved_words_percent": 51.6,
    "approved_chars": 12505,
    "approved_chars_percent": 51.6,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 10,
    "readonly_chars_percent": 0.1,
    "suggestions": 17,
    "comments": 13,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.securedrop.org/languages/pt_BR/"
}