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": 163148,
    "total_words": 1028006,
    "total_chars": 6808079,
    "last_change": "2024-05-02T19:48:56.027808Z",
    "recent_changes": 586,
    "translated": 43103,
    "translated_words": 183901,
    "translated_percent": 26.4,
    "translated_words_percent": 17.8,
    "translated_chars": 1182598,
    "translated_chars_percent": 17.3,
    "fuzzy": 18797,
    "fuzzy_percent": 11.5,
    "fuzzy_words": 71082,
    "fuzzy_words_percent": 6.9,
    "fuzzy_chars": 472861,
    "fuzzy_chars_percent": 6.9,
    "failing": 6967,
    "failing_percent": 4.2,
    "approved": 581,
    "approved_percent": 0.3,
    "approved_words": 4822,
    "approved_words_percent": 0.4,
    "approved_chars": 32520,
    "approved_chars_percent": 0.4,
    "readonly": 2577,
    "readonly_percent": 1.5,
    "readonly_words": 3249,
    "readonly_words_percent": 0.3,
    "readonly_chars": 32426,
    "readonly_chars_percent": 0.4,
    "suggestions": 970,
    "comments": 6,
    "name": "Macedonian",
    "url": "https://hosted.weblate.org/languages/mk/"
}