Languages API.

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

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

{
    "total": 2466,
    "total_words": 29624,
    "last_change": "2023-07-17T11:18:13.220043Z",
    "recent_changes": 2,
    "translated": 1740,
    "translated_words": 22827,
    "translated_percent": 70.5,
    "translated_words_percent": 77.0,
    "translated_chars": 138224,
    "translated_chars_percent": 77.2,
    "total_chars": 178824,
    "fuzzy": 328,
    "fuzzy_percent": 13.3,
    "failing": 1518,
    "failing_percent": 61.5,
    "approved": 81,
    "approved_percent": 3.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 18,
    "comments": 0,
    "name": "Macedonian",
    "url": "https://traduk.amikumu.com/languages/mk/"
}