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": 473,
    "total_words": 3524,
    "total_chars": 22710,
    "last_change": "2023-10-15T13:40:35.881976Z",
    "recent_changes": 8,
    "translated": 433,
    "translated_words": 3234,
    "translated_percent": 91.5,
    "translated_words_percent": 91.7,
    "translated_chars": 20806,
    "translated_chars_percent": 91.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.2,
    "approved": 8,
    "approved_percent": 1.6,
    "approved_words": 42,
    "approved_words_percent": 1.1,
    "approved_chars": 258,
    "approved_chars_percent": 1.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 9,
    "comments": 3,
    "name": "Finnish",
    "url": "https://weblate.securedrop.org/languages/fi/"
}