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": 8434,
    "total_words": 70996,
    "total_chars": 477565,
    "last_change": "2025-03-13T05:58:39.092350Z",
    "recent_changes": 1212,
    "translated": 7300,
    "translated_words": 58651,
    "translated_percent": 86.5,
    "translated_words_percent": 82.6,
    "translated_chars": 394408,
    "translated_chars_percent": 82.5,
    "fuzzy": 55,
    "fuzzy_percent": 0.6,
    "failing": 66,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Indonesian",
    "url": "http://translate.pkp.sfu.ca/languages/id/"
}