Languages API.

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

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

{
    "total": 6923,
    "total_words": 41835,
    "total_chars": 265117,
    "last_change": "2024-02-16T17:22:48.515142Z",
    "recent_changes": 3,
    "translated": 178,
    "translated_words": 784,
    "translated_percent": 2.5,
    "translated_words_percent": 1.8,
    "translated_chars": 4747,
    "translated_chars_percent": 1.7,
    "fuzzy": 21,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 118,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 803,
    "fuzzy_chars_percent": 0.3,
    "failing": 11,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 7,
    "readonly_words_percent": 0.1,
    "readonly_chars": 43,
    "readonly_chars_percent": 0.1,
    "suggestions": 155,
    "comments": 0,
    "name": "Pedi",
    "url": "https://translate.fedoraproject.org/languages/nso/"
}