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": 1657,
    "total_words": 6313,
    "total_chars": 38739,
    "last_change": "2025-07-12T19:15:39.213904Z",
    "recent_changes": 13,
    "translated": 878,
    "translated_words": 2716,
    "translated_percent": 52.9,
    "translated_words_percent": 43.0,
    "translated_chars": 16666,
    "translated_chars_percent": 43.0,
    "fuzzy": 76,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 286,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 1579,
    "fuzzy_chars_percent": 4.0,
    "failing": 21,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 6.1,
    "readonly_words": 618,
    "readonly_words_percent": 9.7,
    "readonly_chars": 3817,
    "readonly_chars_percent": 9.8,
    "suggestions": 1,
    "comments": 0,
    "name": "Persian",
    "url": "http://translate.gtaf.org/languages/fa/"
}