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": 1272,
    "total_words": 7936,
    "last_change": "2024-03-28T05:55:36.766606Z",
    "recent_changes": 232,
    "translated": 1216,
    "translated_words": 7479,
    "translated_percent": 95.5,
    "translated_words_percent": 94.2,
    "translated_chars": 48720,
    "translated_chars_percent": 94.5,
    "total_chars": 51551,
    "fuzzy": 5,
    "fuzzy_percent": 0.3,
    "failing": 19,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 2.5,
    "suggestions": 63,
    "comments": 0,
    "name": "German",
    "url": "https://weblate.rikka.app/languages/de/"
}