Languages API.

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

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

{
    "total": 6353,
    "total_words": 24462,
    "total_chars": 160948,
    "last_change": "2024-03-21T16:34:07.657911Z",
    "recent_changes": 28,
    "translated": 195,
    "translated_words": 320,
    "translated_percent": 3.0,
    "translated_words_percent": 1.3,
    "translated_chars": 1961,
    "translated_chars_percent": 1.2,
    "fuzzy": 108,
    "fuzzy_percent": 1.6,
    "failing": 57,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 5,
    "comments": 0,
    "name": "Luxembourgish",
    "url": "https://l10n.elementary.io/languages/lb/"
}