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": 189261,
    "total_words": 3030180,
    "total_chars": 22241203,
    "last_change": "2025-03-12T23:36:41.125160Z",
    "recent_changes": 45,
    "translated": 6194,
    "translated_words": 25521,
    "translated_percent": 3.2,
    "translated_words_percent": 0.8,
    "translated_chars": 170477,
    "translated_chars_percent": 0.7,
    "fuzzy": 2311,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 9248,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 88037,
    "fuzzy_chars_percent": 0.3,
    "failing": 1149,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 0.1,
    "readonly_words": 84,
    "readonly_words_percent": 0.1,
    "readonly_chars": 923,
    "readonly_chars_percent": 0.1,
    "suggestions": 3707,
    "comments": 1,
    "name": "Persian",
    "url": "https://translate.fedoraproject.org/languages/fa/"
}