Languages API.

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

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

{
    "total": 7246,
    "total_words": 51578,
    "total_chars": 317373,
    "last_change": "2024-04-16T13:10:35.062312Z",
    "recent_changes": 0,
    "translated": 246,
    "translated_words": 771,
    "translated_percent": 3.3,
    "translated_words_percent": 1.4,
    "translated_chars": 4880,
    "translated_chars_percent": 1.5,
    "fuzzy": 94,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 642,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 3913,
    "fuzzy_chars_percent": 1.2,
    "failing": 30,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 361,
    "comments": 0,
    "name": "Serbian (latin)",
    "url": "http://translate.beamng.com/languages/sr_Latn/"
}