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": 7336,
    "total_words": 56553,
    "total_chars": 399007,
    "last_change": "2024-04-19T09:13:20.075283Z",
    "recent_changes": 881,
    "translated": 3668,
    "translated_words": 20416,
    "translated_percent": 50.0,
    "translated_words_percent": 36.1,
    "translated_chars": 147519,
    "translated_chars_percent": 36.9,
    "fuzzy": 434,
    "fuzzy_percent": 5.9,
    "fuzzy_words": 4240,
    "fuzzy_words_percent": 7.4,
    "fuzzy_chars": 37191,
    "fuzzy_chars_percent": 9.3,
    "failing": 423,
    "failing_percent": 5.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.3,
    "readonly_words": 237,
    "readonly_words_percent": 0.4,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.5,
    "suggestions": 191,
    "comments": 1,
    "name": "Persian",
    "url": "https://weblate.framasoft.org/languages/fa/"
}