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": 9357,
    "total_words": 80983,
    "total_chars": 547006,
    "last_change": "2025-02-28T23:32:10.648080Z",
    "recent_changes": 482,
    "translated": 8962,
    "translated_words": 77343,
    "translated_percent": 95.7,
    "translated_words_percent": 95.5,
    "translated_chars": 521665,
    "translated_chars_percent": 95.3,
    "fuzzy": 18,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 55,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Macedonian",
    "url": "http://translate.pkp.sfu.ca/languages/mk/"
}