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": 2712,
    "total_words": 11662,
    "total_chars": 71709,
    "last_change": "2023-12-13T13:02:57.390530Z",
    "recent_changes": 92,
    "translated": 2256,
    "translated_words": 8974,
    "translated_percent": 83.1,
    "translated_words_percent": 76.9,
    "translated_chars": 54713,
    "translated_chars_percent": 76.2,
    "fuzzy": 27,
    "fuzzy_percent": 0.9,
    "failing": 57,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 17,
    "comments": 1,
    "name": "Portuguese (Brazil)",
    "url": "https://translate.funkwhale.audio/languages/pt_BR/"
}