Languages API.

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

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

{
    "total": 5302,
    "total_words": 58486,
    "total_chars": 475033,
    "last_change": "2026-07-13T10:00:58.324468Z",
    "recent_changes": 6,
    "translated": 681,
    "translated_words": 3604,
    "translated_percent": 12.8,
    "translated_words_percent": 6.1,
    "translated_chars": 37949,
    "translated_chars_percent": 7.9,
    "fuzzy": 916,
    "fuzzy_percent": 17.2,
    "fuzzy_words": 8987,
    "fuzzy_words_percent": 15.3,
    "fuzzy_chars": 78596,
    "fuzzy_chars_percent": 16.5,
    "failing": 403,
    "failing_percent": 7.6,
    "approved": 357,
    "approved_percent": 6.7,
    "approved_words": 1222,
    "approved_words_percent": 2.0,
    "approved_chars": 17142,
    "approved_chars_percent": 3.6,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 25,
    "comments": 0,
    "name": "Persian",
    "url": "https://translate.tails.net/languages/fa/"
}