Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/fi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 6626,
    "total_words": 50884,
    "total_chars": 356918,
    "last_change": "2024-04-24T12:57:50.380826Z",
    "recent_changes": 124,
    "translated": 4310,
    "translated_words": 26543,
    "translated_percent": 65.0,
    "translated_words_percent": 52.1,
    "translated_chars": 184777,
    "translated_chars_percent": 51.7,
    "fuzzy": 387,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 3428,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 28651,
    "fuzzy_chars_percent": 8.0,
    "failing": 353,
    "failing_percent": 5.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.4,
    "readonly_words": 238,
    "readonly_words_percent": 0.4,
    "readonly_chars": 2162,
    "readonly_chars_percent": 0.6,
    "suggestions": 38,
    "comments": 5,
    "name": "Finnish",
    "url": "https://weblate.framasoft.org/languages/fi/"
}