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": 425458,
    "total_words": 3568099,
    "total_chars": 23911494,
    "last_change": "2024-04-18T19:03:19.253275Z",
    "recent_changes": 5949,
    "translated": 144980,
    "translated_words": 823180,
    "translated_percent": 34.0,
    "translated_words_percent": 23.0,
    "translated_chars": 5385129,
    "translated_chars_percent": 22.5,
    "fuzzy": 43535,
    "fuzzy_percent": 10.2,
    "fuzzy_words": 266216,
    "fuzzy_words_percent": 7.4,
    "fuzzy_chars": 1967695,
    "fuzzy_chars_percent": 8.2,
    "failing": 19827,
    "failing_percent": 4.6,
    "approved": 8740,
    "approved_percent": 2.0,
    "approved_words": 109830,
    "approved_words_percent": 3.0,
    "approved_chars": 721797,
    "approved_chars_percent": 3.0,
    "readonly": 4917,
    "readonly_percent": 1.1,
    "readonly_words": 23941,
    "readonly_words_percent": 0.6,
    "readonly_chars": 210023,
    "readonly_chars_percent": 0.8,
    "suggestions": 6983,
    "comments": 47,
    "name": "Persian",
    "url": "https://hosted.weblate.org/languages/fa/"
}