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": 1862,
    "total_words": 17755,
    "total_chars": 115111,
    "last_change": "2025-05-18T16:21:02.383136Z",
    "recent_changes": 9,
    "translated": 547,
    "translated_words": 3382,
    "translated_percent": 29.3,
    "translated_words_percent": 19.0,
    "translated_chars": 21216,
    "translated_chars_percent": 18.4,
    "fuzzy": 107,
    "fuzzy_percent": 5.7,
    "fuzzy_words": 1377,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 8735,
    "fuzzy_chars_percent": 7.5,
    "failing": 35,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 13,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://translate.yunohost.org/languages/pt/"
}