Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 132819,
    "total_words": 1961486,
    "last_change": "2024-04-09T15:01:01.843981Z",
    "recent_changes": 64862,
    "translated": 27606,
    "translated_words": 165007,
    "translated_percent": 20.7,
    "translated_words_percent": 8.4,
    "translated_chars": 1128936,
    "translated_chars_percent": 8.3,
    "total_chars": 13475615,
    "fuzzy": 78515,
    "fuzzy_percent": 59.1,
    "failing": 67847,
    "failing_percent": 51.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 3110,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://l10n.opensuse.org/languages/id/"
}