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": 2218,
    "total_words": 19084,
    "total_chars": 126392,
    "last_change": "2024-04-23T13:36:50.266613Z",
    "recent_changes": 341,
    "translated": 438,
    "translated_words": 2350,
    "translated_percent": 19.7,
    "translated_words_percent": 12.3,
    "translated_chars": 15696,
    "translated_chars_percent": 12.4,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 12,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 91,
    "fuzzy_chars_percent": 0.1,
    "failing": 24,
    "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": 5,
    "readonly_percent": 0.2,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 48,
    "readonly_chars_percent": 0.1,
    "suggestions": 52,
    "comments": 0,
    "name": "Armenian",
    "url": "https://translate.fedoraproject.org/languages/hy/"
}