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": 8851,
    "total_words": 76930,
    "total_chars": 519201,
    "last_change": "2024-01-28T08:51:36.699388Z",
    "recent_changes": 452,
    "translated": 8785,
    "translated_words": 74915,
    "translated_percent": 99.2,
    "translated_words_percent": 97.3,
    "translated_chars": 502689,
    "translated_chars_percent": 96.8,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "failing": 15,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Macedonian",
    "url": "http://translate.pkp.sfu.ca/languages/mk/"
}