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": 62871,
    "total_words": 517947,
    "last_change": "2024-04-02T04:44:28.082090Z",
    "recent_changes": 382,
    "translated": 6541,
    "translated_words": 22609,
    "translated_percent": 10.4,
    "translated_words_percent": 4.3,
    "translated_chars": 156186,
    "translated_chars_percent": 4.2,
    "total_chars": 3639674,
    "fuzzy": 9036,
    "fuzzy_percent": 14.3,
    "failing": 2058,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Macedonian",
    "url": "https://l10n.opensuse.org/languages/mk/"
}