Languages API.

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

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

{
    "total": 11092,
    "total_words": 78081,
    "total_chars": 533153,
    "last_change": "2024-05-02T11:58:33.519464Z",
    "recent_changes": 755,
    "translated": 7333,
    "translated_words": 42003,
    "translated_percent": 66.1,
    "translated_words_percent": 53.7,
    "translated_chars": 284778,
    "translated_chars_percent": 53.4,
    "fuzzy": 256,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 2658,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 24240,
    "fuzzy_chars_percent": 4.5,
    "failing": 258,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 35,
    "readonly_percent": 0.3,
    "readonly_words": 246,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2221,
    "readonly_chars_percent": 0.4,
    "suggestions": 82,
    "comments": 2,
    "name": "Hungarian",
    "url": "https://weblate.framasoft.org/languages/hu/"
}