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": 1205,
    "total_words": 9215,
    "total_chars": 62306,
    "last_change": "2025-10-18T17:44:20.337267Z",
    "recent_changes": 116,
    "translated": 1205,
    "translated_words": 9215,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 62306,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 2.6,
    "readonly_words": 34,
    "readonly_words_percent": 0.3,
    "readonly_chars": 134,
    "readonly_chars_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "name": "Persian",
    "url": "https://weblate.immersivetranslate.com/languages/fa/"
}