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": 14916,
    "total_words": 95889,
    "total_chars": 610216,
    "last_change": "2025-05-13T03:35:16.265292Z",
    "recent_changes": 7,
    "translated": 4248,
    "translated_words": 23450,
    "translated_percent": 28.4,
    "translated_words_percent": 24.4,
    "translated_chars": 147696,
    "translated_chars_percent": 24.2,
    "fuzzy": 475,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 1999,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 12541,
    "fuzzy_chars_percent": 2.0,
    "failing": 221,
    "failing_percent": 1.4,
    "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": 805,
    "comments": 0,
    "name": "Frisian",
    "url": "https://translate.fedoraproject.org/languages/fy/"
}