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": 2919,
    "total_words": 14356,
    "total_chars": 86280,
    "last_change": "2026-02-25T03:40:43.738271Z",
    "recent_changes": 108,
    "translated": 1883,
    "translated_words": 6211,
    "translated_percent": 64.5,
    "translated_words_percent": 43.2,
    "translated_chars": 38364,
    "translated_chars_percent": 44.4,
    "fuzzy": 203,
    "fuzzy_percent": 6.9,
    "fuzzy_words": 674,
    "fuzzy_words_percent": 4.6,
    "fuzzy_chars": 4151,
    "fuzzy_chars_percent": 4.8,
    "failing": 128,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.9,
    "readonly_words": 67,
    "readonly_words_percent": 0.4,
    "readonly_chars": 496,
    "readonly_chars_percent": 0.5,
    "suggestions": 2,
    "comments": 0,
    "name": "Persian",
    "url": "http://translate.gtaf.org/languages/fa/"
}