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": 3250,
    "total_words": 15794,
    "total_chars": 95092,
    "last_change": "2026-04-08T06:17:11.002369Z",
    "recent_changes": 4,
    "translated": 3028,
    "translated_words": 14428,
    "translated_percent": 93.1,
    "translated_words_percent": 91.3,
    "translated_chars": 87206,
    "translated_chars_percent": 91.7,
    "fuzzy": 88,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 483,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 2715,
    "fuzzy_chars_percent": 2.8,
    "failing": 136,
    "failing_percent": 4.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.8,
    "readonly_words": 67,
    "readonly_words_percent": 0.4,
    "readonly_chars": 496,
    "readonly_chars_percent": 0.5,
    "suggestions": 21,
    "comments": 0,
    "name": "Urdu",
    "url": "http://translate.gtaf.org/languages/ur/"
}