Languages API.

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

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

{
    "total": 1632,
    "total_words": 15072,
    "total_chars": 97442,
    "last_change": "2024-03-24T15:58:19.560080Z",
    "recent_changes": 78,
    "translated": 941,
    "translated_words": 5959,
    "translated_percent": 57.6,
    "translated_words_percent": 39.5,
    "translated_chars": 37801,
    "translated_chars_percent": 38.7,
    "fuzzy": 188,
    "fuzzy_percent": 11.5,
    "fuzzy_words": 2140,
    "fuzzy_words_percent": 14.1,
    "fuzzy_chars": 14022,
    "fuzzy_chars_percent": 14.3,
    "failing": 96,
    "failing_percent": 5.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": 0,
    "comments": 0,
    "name": "Occitan",
    "url": "https://translate.yunohost.org/languages/oc/"
}