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": 1657,
    "total_words": 15370,
    "total_chars": 99284,
    "last_change": "2024-03-31T15:05:28.371353Z",
    "recent_changes": 45,
    "translated": 684,
    "translated_words": 4228,
    "translated_percent": 41.2,
    "translated_words_percent": 27.5,
    "translated_chars": 26314,
    "translated_chars_percent": 26.5,
    "fuzzy": 102,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 1228,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 7729,
    "fuzzy_chars_percent": 7.7,
    "failing": 30,
    "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": 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/"
}