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": 34311,
    "total_words": 259043,
    "total_chars": 1724956,
    "last_change": "2024-04-27T02:49:54.714579Z",
    "recent_changes": 110,
    "translated": 1555,
    "translated_words": 5927,
    "translated_percent": 4.5,
    "translated_words_percent": 2.2,
    "translated_chars": 38311,
    "translated_chars_percent": 2.2,
    "fuzzy": 229,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 928,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 6197,
    "fuzzy_chars_percent": 0.3,
    "failing": 718,
    "failing_percent": 2.0,
    "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": 460,
    "comments": 0,
    "name": "Urdu",
    "url": "https://translate.fedoraproject.org/languages/ur/"
}