Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ur_PK/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 40,
    "total_words": 52,
    "total_chars": 352,
    "last_change": "2024-08-11T16:24:19.562080Z",
    "recent_changes": 7,
    "translated": 37,
    "translated_words": 49,
    "translated_percent": 92.5,
    "translated_words_percent": 94.2,
    "translated_chars": 332,
    "translated_chars_percent": 94.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Urdu (Pakistan)",
    "url": "http://translate.pkp.sfu.ca/languages/ur_PK/"
}