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": 675,
    "total_words": 2824,
    "total_chars": 17091,
    "last_change": "2023-05-19T15:35:23.304827Z",
    "recent_changes": 3,
    "translated": 602,
    "translated_words": 2246,
    "translated_percent": 89.1,
    "translated_words_percent": 79.5,
    "translated_chars": 13549,
    "translated_chars_percent": 79.2,
    "fuzzy": 6,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 74,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 410,
    "fuzzy_chars_percent": 2.3,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://translate.skvalex.com/languages/pt_BR/"
}