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": 57787,
    "total_words": 1058455,
    "last_change": "2025-11-08T18:53:22.969844Z",
    "recent_changes": 649,
    "translated": 3667,
    "translated_words": 72899,
    "translated_percent": 6.3,
    "translated_words_percent": 6.8,
    "translated_chars": 524961,
    "translated_chars_percent": 6.6,
    "total_chars": 7886098,
    "fuzzy": 514,
    "fuzzy_percent": 0.8,
    "failing": 453,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 2,
    "name": "Persian",
    "url": "https://translate-dev.freebsd.org/languages/fa/"
}