Languages API.

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

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

{
    "total": 6367,
    "total_words": 25010,
    "total_chars": 161528,
    "last_change": "2024-05-01T01:40:06.842377Z",
    "recent_changes": 17,
    "translated": 168,
    "translated_words": 342,
    "translated_percent": 2.6,
    "translated_words_percent": 1.3,
    "translated_chars": 2537,
    "translated_chars_percent": 1.5,
    "fuzzy": 72,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 263,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 1712,
    "fuzzy_chars_percent": 1.0,
    "failing": 70,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 181,
    "comments": 0,
    "name": "Burmese",
    "url": "https://l10n.elementary.io/languages/my/"
}