Languages API.

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

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

{
    "total": 12158,
    "total_words": 78819,
    "total_chars": 501293,
    "last_change": "2024-04-25T02:37:24.997959Z",
    "recent_changes": 34,
    "translated": 3468,
    "translated_words": 19362,
    "translated_percent": 28.5,
    "translated_words_percent": 24.5,
    "translated_chars": 121935,
    "translated_chars_percent": 24.3,
    "fuzzy": 368,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 1437,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 9129,
    "fuzzy_chars_percent": 1.8,
    "failing": 184,
    "failing_percent": 1.5,
    "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": 653,
    "comments": 0,
    "name": "Frisian",
    "url": "https://translate.fedoraproject.org/languages/fy/"
}