Languages API.

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

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

{
    "total": 1609,
    "total_words": 11769,
    "total_chars": 70150,
    "last_change": "2024-05-03T13:55:24.503751Z",
    "recent_changes": 14,
    "translated": 1506,
    "translated_words": 11501,
    "translated_percent": 93.5,
    "translated_words_percent": 97.7,
    "translated_chars": 68511,
    "translated_chars_percent": 97.6,
    "fuzzy": 28,
    "fuzzy_percent": 1.7,
    "failing": 18,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "http://translate.pretalx.com/languages/de_FORMAL/"
}