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": 2873,
    "total_words": 11029,
    "total_chars": 67575,
    "last_change": "2025-12-03T04:30:31.479352Z",
    "recent_changes": 20,
    "translated": 2630,
    "translated_words": 9821,
    "translated_percent": 91.5,
    "translated_words_percent": 89.0,
    "translated_chars": 60623,
    "translated_chars_percent": 89.7,
    "fuzzy": 105,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 480,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 2782,
    "fuzzy_chars_percent": 4.1,
    "failing": 52,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 3.6,
    "readonly_words": 622,
    "readonly_words_percent": 5.6,
    "readonly_chars": 3850,
    "readonly_chars_percent": 5.6,
    "suggestions": 11,
    "comments": 0,
    "name": "Urdu",
    "url": "http://translate.gtaf.org/languages/ur/"
}