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": 283422,
    "total_words": 2396665,
    "total_chars": 19013652,
    "last_change": "2023-12-29T09:20:21.802726Z",
    "recent_changes": 27,
    "translated": 121617,
    "translated_words": 909909,
    "translated_percent": 42.9,
    "translated_words_percent": 37.9,
    "translated_chars": 7122814,
    "translated_chars_percent": 37.4,
    "fuzzy": 17079,
    "fuzzy_percent": 6.0,
    "fuzzy_words": 44009,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 282480,
    "fuzzy_chars_percent": 1.4,
    "failing": 34703,
    "failing_percent": 12.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Macedonian",
    "url": "https://translations.documentfoundation.org/languages/mk/"
}