Languages API.

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

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

{
    "total": 2271,
    "total_words": 8939,
    "last_change": "2025-01-24T14:51:32.641139Z",
    "recent_changes": 4,
    "translated": 2270,
    "translated_words": 8938,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 56459,
    "translated_chars_percent": 99.9,
    "total_chars": 56460,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1413,
    "failing_percent": 62.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1460,
    "readonly_percent": 64.2,
    "suggestions": 0,
    "comments": 0,
    "name": "English",
    "url": "https://translate.memarc.info/languages/en/"
}