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": 55983,
    "total_words": 1043379,
    "last_change": "2025-04-19T01:23:50.885954Z",
    "recent_changes": 638,
    "translated": 3664,
    "translated_words": 73005,
    "translated_percent": 6.5,
    "translated_words_percent": 6.9,
    "translated_chars": 525640,
    "translated_chars_percent": 6.7,
    "total_chars": 7766640,
    "fuzzy": 489,
    "fuzzy_percent": 0.8,
    "failing": 466,
    "failing_percent": 0.8,
    "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/"
}