Languages API.

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

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

{
    "total": 318250,
    "total_words": 4681031,
    "total_chars": 34054682,
    "last_change": "2024-04-19T02:37:40.373155Z",
    "recent_changes": 3373,
    "translated": 119321,
    "translated_words": 995694,
    "translated_percent": 37.4,
    "translated_words_percent": 21.2,
    "translated_chars": 6935581,
    "translated_chars_percent": 20.3,
    "fuzzy": 4786,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 57380,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 443368,
    "fuzzy_chars_percent": 1.3,
    "failing": 7750,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 260,
    "readonly_percent": 0.1,
    "readonly_words": 2471,
    "readonly_words_percent": 0.1,
    "readonly_chars": 22432,
    "readonly_chars_percent": 0.1,
    "suggestions": 14457,
    "comments": 10,
    "name": "French",
    "url": "https://translate.fedoraproject.org/languages/fr/"
}