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": 37363,
    "total_words": 638523,
    "last_change": "2024-01-18T00:47:25.367308Z",
    "recent_changes": 170,
    "translated": 314,
    "translated_words": 4650,
    "translated_percent": 0.8,
    "translated_words_percent": 0.7,
    "translated_chars": 29471,
    "translated_chars_percent": 0.6,
    "total_chars": 4382677,
    "fuzzy": 12,
    "fuzzy_percent": 0.1,
    "failing": 9,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://translate-dev.freebsd.org/languages/id/"
}