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": 8766,
    "total_words": 105331,
    "total_chars": 820087,
    "last_change": "2024-04-27T09:01:54.727542Z",
    "recent_changes": 314,
    "translated": 1399,
    "translated_words": 11919,
    "translated_percent": 15.9,
    "translated_words_percent": 11.3,
    "translated_chars": 96768,
    "translated_chars_percent": 11.7,
    "fuzzy": 1104,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 12850,
    "fuzzy_words_percent": 12.1,
    "fuzzy_chars": 115120,
    "fuzzy_chars_percent": 14.0,
    "failing": 514,
    "failing_percent": 5.8,
    "approved": 514,
    "approved_percent": 5.8,
    "approved_words": 1345,
    "approved_words_percent": 1.2,
    "approved_chars": 19299,
    "approved_chars_percent": 2.3,
    "readonly": 157,
    "readonly_percent": 1.7,
    "readonly_words": 927,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7525,
    "readonly_chars_percent": 0.9,
    "suggestions": 65,
    "comments": 0,
    "name": "Persian",
    "url": "https://translate.tails.boum.org/languages/fa/"
}