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": 7140,
    "total_words": 113249,
    "last_change": "2024-03-15T18:30:13.687247Z",
    "recent_changes": 10,
    "translated": 6441,
    "translated_words": 56529,
    "translated_percent": 90.2,
    "translated_words_percent": 49.9,
    "translated_chars": 372478,
    "translated_chars_percent": 49.5,
    "total_chars": 750971,
    "fuzzy": 33,
    "fuzzy_percent": 0.4,
    "failing": 223,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1274,
    "readonly_percent": 17.8,
    "suggestions": 8,
    "comments": 1,
    "name": "German",
    "url": "https://translations.scummvm.org/languages/de/"
}