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": 675,
    "total_words": 4333,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:03.035303Z",
    "recent_changes": 1,
    "translated": 280,
    "translated_words": 596,
    "translated_percent": 41.4,
    "translated_words_percent": 13.7,
    "translated_chars": 3576,
    "translated_chars_percent": 13.7,
    "fuzzy": 19,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 63,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 394,
    "fuzzy_chars_percent": 1.5,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 122,
    "approved_percent": 18.0,
    "approved_words": 176,
    "approved_words_percent": 4.0,
    "approved_chars": 1059,
    "approved_chars_percent": 4.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Finnish",
    "url": "https://weblate.tusky.app/languages/fi/"
}