Languages API.

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

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

{
    "total": 127381,
    "total_words": 1363085,
    "last_change": "2024-05-16T16:31:59.618007Z",
    "recent_changes": 60,
    "translated": 102361,
    "translated_words": 1102897,
    "translated_percent": 80.3,
    "translated_words_percent": 80.9,
    "translated_chars": 5912641,
    "translated_chars_percent": 81.0,
    "total_chars": 7299213,
    "fuzzy": 67,
    "fuzzy_percent": 0.1,
    "failing": 11904,
    "failing_percent": 9.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 77,
    "comments": 7,
    "name": "German",
    "url": "https://hive.bgforge.net/languages/de/"
}