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": 1424,
    "total_words": 8786,
    "last_change": "2024-03-19T01:35:52.641905Z",
    "recent_changes": 283,
    "translated": 1325,
    "translated_words": 7836,
    "translated_percent": 93.0,
    "translated_words_percent": 89.1,
    "translated_chars": 50846,
    "translated_chars_percent": 89.4,
    "total_chars": 56858,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 37,
    "readonly_percent": 2.5,
    "suggestions": 91,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.rikka.app/languages/pt_BR/"
}