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": 38130,
    "total_words": 649836,
    "last_change": "2024-09-14T21:19:34.801423Z",
    "recent_changes": 170,
    "translated": 313,
    "translated_words": 4634,
    "translated_percent": 0.8,
    "translated_words_percent": 0.7,
    "translated_chars": 29249,
    "translated_chars_percent": 0.6,
    "total_chars": 4476639,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "failing": 8,
    "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/"
}