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": 1333,
    "total_words": 9701,
    "total_chars": 65203,
    "last_change": "2023-04-05T08:37:45.493084Z",
    "recent_changes": 2,
    "translated": 70,
    "translated_words": 823,
    "translated_percent": 5.2,
    "translated_words_percent": 8.4,
    "translated_chars": 5510,
    "translated_chars_percent": 8.4,
    "fuzzy": 47,
    "fuzzy_percent": 3.5,
    "failing": 5,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Urdu",
    "url": "http://translate.pkp.sfu.ca/languages/ur/"
}