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": 2454,
    "total_words": 9362,
    "total_chars": 57148,
    "last_change": "2025-12-03T04:30:20.621950Z",
    "recent_changes": 17,
    "translated": 1921,
    "translated_words": 6646,
    "translated_percent": 78.2,
    "translated_words_percent": 70.9,
    "translated_chars": 41072,
    "translated_chars_percent": 71.8,
    "fuzzy": 107,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 417,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 2357,
    "fuzzy_chars_percent": 4.1,
    "failing": 40,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 4.2,
    "readonly_words": 622,
    "readonly_words_percent": 6.6,
    "readonly_chars": 3850,
    "readonly_chars_percent": 6.7,
    "suggestions": 3,
    "comments": 0,
    "name": "Persian",
    "url": "http://translate.gtaf.org/languages/fa/"
}