Languages API.

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

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

{
    "total": 512,
    "total_words": 2264,
    "last_change": "2023-08-16T20:50:22.341090Z",
    "recent_changes": 1,
    "translated": 345,
    "translated_words": 1804,
    "translated_percent": 67.3,
    "translated_words_percent": 79.6,
    "translated_chars": 10929,
    "translated_chars_percent": 77.7,
    "total_chars": 14054,
    "fuzzy": 3,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Swahili",
    "url": "https://weblate.ppc.lol/languages/sw/"
}