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": 2756,
    "total_words": 10447,
    "total_chars": 64140,
    "last_change": "2025-07-23T11:53:51.117577Z",
    "recent_changes": 3,
    "translated": 2663,
    "translated_words": 9846,
    "translated_percent": 96.6,
    "translated_words_percent": 94.2,
    "translated_chars": 60774,
    "translated_chars_percent": 94.7,
    "fuzzy": 59,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 365,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 2044,
    "fuzzy_chars_percent": 3.1,
    "failing": 60,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 3.7,
    "readonly_words": 618,
    "readonly_words_percent": 5.9,
    "readonly_chars": 3817,
    "readonly_chars_percent": 5.9,
    "suggestions": 4,
    "comments": 0,
    "name": "Urdu",
    "url": "http://translate.gtaf.org/languages/ur/"
}