Languages API.

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

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

{
    "total": 343130,
    "total_words": 2536508,
    "total_chars": 16639643,
    "last_change": "2024-03-29T13:28:34.273776Z",
    "recent_changes": 4329,
    "translated": 163573,
    "translated_words": 747162,
    "translated_percent": 47.6,
    "translated_words_percent": 29.4,
    "translated_chars": 4759514,
    "translated_chars_percent": 28.6,
    "fuzzy": 21126,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 93679,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 648653,
    "fuzzy_chars_percent": 3.8,
    "failing": 10685,
    "failing_percent": 3.1,
    "approved": 14266,
    "approved_percent": 4.1,
    "approved_words": 86705,
    "approved_words_percent": 3.4,
    "approved_chars": 551123,
    "approved_chars_percent": 3.3,
    "readonly": 2588,
    "readonly_percent": 0.7,
    "readonly_words": 11815,
    "readonly_words_percent": 0.4,
    "readonly_chars": 95979,
    "readonly_chars_percent": 0.5,
    "suggestions": 4557,
    "comments": 11,
    "name": "Croatian",
    "url": "https://hosted.weblate.org/languages/hr/"
}