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": 1840,
    "total_words": 17598,
    "total_chars": 114164,
    "last_change": "2025-04-03T10:49:48.370737Z",
    "recent_changes": 12,
    "translated": 546,
    "translated_words": 3380,
    "translated_percent": 29.6,
    "translated_words_percent": 19.2,
    "translated_chars": 21203,
    "translated_chars_percent": 18.5,
    "fuzzy": 107,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 1377,
    "fuzzy_words_percent": 7.8,
    "fuzzy_chars": 8735,
    "fuzzy_chars_percent": 7.6,
    "failing": 35,
    "failing_percent": 1.9,
    "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": 2,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://translate.yunohost.org/languages/pt/"
}