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": 2264,
    "total_words": 8921,
    "last_change": "2025-01-24T14:51:32.641139Z",
    "recent_changes": 4,
    "translated": 2263,
    "translated_words": 8920,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 56310,
    "translated_chars_percent": 99.9,
    "total_chars": 56311,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1431,
    "failing_percent": 63.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1473,
    "readonly_percent": 65.0,
    "suggestions": 0,
    "comments": 0,
    "name": "English",
    "url": "https://translate.memarc.info/languages/en/"
}