Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 664141,
    "total_words": 6269402,
    "total_chars": 50400727,
    "last_change": "2024-03-28T16:24:05.867788Z",
    "recent_changes": 16977,
    "translated": 422149,
    "translated_words": 2551272,
    "translated_percent": 63.5,
    "translated_words_percent": 40.6,
    "translated_chars": 16400086,
    "translated_chars_percent": 32.5,
    "fuzzy": 32602,
    "fuzzy_percent": 4.9,
    "fuzzy_words": 219330,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 1518668,
    "fuzzy_chars_percent": 3.0,
    "failing": 16658,
    "failing_percent": 2.5,
    "approved": 10646,
    "approved_percent": 1.6,
    "approved_words": 110665,
    "approved_words_percent": 1.7,
    "approved_chars": 688510,
    "approved_chars_percent": 1.3,
    "readonly": 6786,
    "readonly_percent": 1.0,
    "readonly_words": 17541,
    "readonly_words_percent": 0.2,
    "readonly_chars": 166346,
    "readonly_chars_percent": 0.3,
    "suggestions": 8969,
    "comments": 171,
    "name": "Portuguese",
    "url": "https://hosted.weblate.org/languages/pt/"
}