Languages API.

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

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

{
    "total": 1036,
    "total_words": 6966,
    "last_change": "2025-02-23T02:20:59.302995Z",
    "recent_changes": 26,
    "translated": 223,
    "translated_words": 983,
    "translated_percent": 21.5,
    "translated_words_percent": 14.1,
    "translated_chars": 7691,
    "translated_chars_percent": 17.0,
    "total_chars": 45082,
    "fuzzy": 14,
    "fuzzy_percent": 1.3,
    "failing": 8,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 25,
    "readonly_percent": 2.4,
    "suggestions": 23,
    "comments": 0,
    "name": "Armenian",
    "url": "https://weblate.rikka.app/languages/hy/"
}