Languages API.

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

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

{
    "total": 5462,
    "total_words": 20642,
    "total_chars": 136591,
    "last_change": "2024-05-08T03:13:12.815769Z",
    "recent_changes": 58,
    "translated": 260,
    "translated_words": 467,
    "translated_percent": 4.7,
    "translated_words_percent": 2.2,
    "translated_chars": 3070,
    "translated_chars_percent": 2.2,
    "fuzzy": 10,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 23,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 192,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.1,
    "readonly_words": 10,
    "readonly_words_percent": 0.1,
    "readonly_chars": 141,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Occidental",
    "url": "https://l10n.elementary.io/languages/ie/"
}