Languages API.

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

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

{
    "total": 1666,
    "total_words": 15480,
    "total_chars": 99941,
    "last_change": "2024-04-01T01:12:42.427717Z",
    "recent_changes": 54,
    "translated": 1643,
    "translated_words": 14935,
    "translated_percent": 98.6,
    "translated_words_percent": 96.4,
    "translated_chars": 96399,
    "translated_chars_percent": 96.4,
    "fuzzy": 20,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 479,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 3152,
    "fuzzy_chars_percent": 3.1,
    "failing": 23,
    "failing_percent": 1.3,
    "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": 3,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.yunohost.org/languages/ca/"
}