Languages API.

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

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

{
    "total": 283387,
    "total_words": 2396267,
    "total_chars": 19009739,
    "last_change": "2024-01-15T07:20:20.848476Z",
    "recent_changes": 6687,
    "translated": 233329,
    "translated_words": 1698921,
    "translated_percent": 82.3,
    "translated_words_percent": 70.8,
    "translated_chars": 13029358,
    "translated_chars_percent": 68.5,
    "fuzzy": 14,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 57,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 387,
    "fuzzy_chars_percent": 0.1,
    "failing": 3243,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translations.documentfoundation.org/languages/ca_VALENCIA/"
}