Languages API.

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

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

{
    "total": 79152,
    "total_words": 601219,
    "last_change": "2023-06-03T21:11:55.692102Z",
    "recent_changes": 613,
    "translated": 41124,
    "translated_words": 232197,
    "translated_percent": 51.9,
    "translated_words_percent": 38.6,
    "translated_chars": 1515761,
    "translated_chars_percent": 37.7,
    "total_chars": 4014017,
    "fuzzy": 7207,
    "fuzzy_percent": 9.1,
    "failing": 3203,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 0.1,
    "suggestions": 4183,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.fedoraproject.org/languages/ca/"
}