Languages API.

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

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

{
    "total": 120043,
    "total_words": 1099454,
    "total_chars": 7011415,
    "last_change": "2024-05-02T19:49:09.375897Z",
    "recent_changes": 1017,
    "translated": 21244,
    "translated_words": 130359,
    "translated_percent": 17.6,
    "translated_words_percent": 11.8,
    "translated_chars": 811491,
    "translated_chars_percent": 11.5,
    "fuzzy": 13365,
    "fuzzy_percent": 11.1,
    "fuzzy_words": 89142,
    "fuzzy_words_percent": 8.1,
    "fuzzy_chars": 550431,
    "fuzzy_chars_percent": 7.8,
    "failing": 9149,
    "failing_percent": 7.6,
    "approved": 1212,
    "approved_percent": 1.0,
    "approved_words": 18773,
    "approved_words_percent": 1.7,
    "approved_chars": 125165,
    "approved_chars_percent": 1.7,
    "readonly": 707,
    "readonly_percent": 0.5,
    "readonly_words": 1930,
    "readonly_words_percent": 0.1,
    "readonly_chars": 25421,
    "readonly_chars_percent": 0.3,
    "suggestions": 1085,
    "comments": 1,
    "name": "Urdu",
    "url": "https://hosted.weblate.org/languages/ur/"
}