Languages API.

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

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

{
    "total": 29755,
    "total_words": 192943,
    "total_chars": 1225857,
    "last_change": "2024-04-27T02:49:44.079182Z",
    "recent_changes": 2,
    "translated": 14586,
    "translated_words": 66086,
    "translated_percent": 49.0,
    "translated_words_percent": 34.2,
    "translated_chars": 426665,
    "translated_chars_percent": 34.8,
    "fuzzy": 455,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 2217,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 14955,
    "fuzzy_chars_percent": 1.2,
    "failing": 219,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 199,
    "readonly_chars_percent": 0.1,
    "suggestions": 2424,
    "comments": 0,
    "name": "Interlingua",
    "url": "https://translate.fedoraproject.org/languages/ia/"
}