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": 2418,
    "total_words": 22662,
    "total_chars": 149970,
    "last_change": "2025-03-12T16:12:06.872105Z",
    "recent_changes": 1,
    "translated": 436,
    "translated_words": 2338,
    "translated_percent": 18.0,
    "translated_words_percent": 10.3,
    "translated_chars": 15625,
    "translated_chars_percent": 10.4,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 12,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 91,
    "fuzzy_chars_percent": 0.1,
    "failing": 23,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.2,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 48,
    "readonly_chars_percent": 0.1,
    "suggestions": 53,
    "comments": 0,
    "name": "Armenian",
    "url": "https://translate.fedoraproject.org/languages/hy/"
}