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": 1086,
    "total_words": 7627,
    "total_chars": 51542,
    "last_change": "2023-04-05T08:37:45.493084Z",
    "recent_changes": 2,
    "translated": 64,
    "translated_words": 351,
    "translated_percent": 5.8,
    "translated_words_percent": 4.6,
    "translated_chars": 2292,
    "translated_chars_percent": 4.4,
    "fuzzy": 47,
    "fuzzy_percent": 4.3,
    "failing": 5,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Urdu",
    "url": "http://translate.pkp.sfu.ca/languages/ur/"
}