Languages API.

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

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

{
    "total": 55227,
    "total_words": 364565,
    "total_chars": 2332027,
    "last_change": "2024-04-24T02:37:44.535239Z",
    "recent_changes": 299,
    "translated": 26848,
    "translated_words": 140089,
    "translated_percent": 48.6,
    "translated_words_percent": 38.4,
    "translated_chars": 891397,
    "translated_chars_percent": 38.2,
    "fuzzy": 5378,
    "fuzzy_percent": 9.7,
    "fuzzy_words": 32446,
    "fuzzy_words_percent": 8.8,
    "fuzzy_chars": 212637,
    "fuzzy_chars_percent": 9.1,
    "failing": 2826,
    "failing_percent": 5.1,
    "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": 3925,
    "comments": 0,
    "name": "Gujarati",
    "url": "https://translate.fedoraproject.org/languages/gu/"
}