Languages API.

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

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

{
    "total": 2632,
    "total_words": 10467,
    "total_chars": 64723,
    "last_change": "2023-12-13T13:02:28.418687Z",
    "recent_changes": 104,
    "translated": 2321,
    "translated_words": 8104,
    "translated_percent": 88.1,
    "translated_words_percent": 77.4,
    "translated_chars": 49493,
    "translated_chars_percent": 76.4,
    "fuzzy": 23,
    "fuzzy_percent": 0.8,
    "failing": 24,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "https://translate.funkwhale.audio/languages/cs/"
}