Languages API.

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

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

{
    "total": 18,
    "total_words": 24,
    "total_chars": 192,
    "last_change": "2022-03-03T03:03:07.556328Z",
    "recent_changes": 2,
    "translated": 3,
    "translated_words": 3,
    "translated_percent": 16.6,
    "translated_words_percent": 12.5,
    "translated_chars": 42,
    "translated_chars_percent": 21.8,
    "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": "English (United States)",
    "url": "http://translate.pkp.sfu.ca/languages/en_US/"
}