Languages API.

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

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

{
    "total": 9066,
    "total_words": 62562,
    "total_chars": 395407,
    "last_change": "2024-04-05T21:00:46.112170Z",
    "recent_changes": 1,
    "translated": 744,
    "translated_words": 3739,
    "translated_percent": 8.2,
    "translated_words_percent": 5.9,
    "translated_chars": 22839,
    "translated_chars_percent": 5.7,
    "fuzzy": 136,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 1672,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 14395,
    "fuzzy_chars_percent": 3.6,
    "failing": 76,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 10,
    "readonly_words_percent": 0.1,
    "readonly_chars": 65,
    "readonly_chars_percent": 0.1,
    "suggestions": 263,
    "comments": 0,
    "name": "German (Switzerland)",
    "url": "https://translate.fedoraproject.org/languages/de_CH/"
}