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": 2155,
    "total_words": 8212,
    "last_change": "2022-03-24T09:00:00.894171Z",
    "recent_changes": 1,
    "translated": 2154,
    "translated_words": 8211,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 51871,
    "translated_chars_percent": 99.9,
    "total_chars": 51872,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 65,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1483,
    "readonly_percent": 68.8,
    "suggestions": 0,
    "comments": 0,
    "name": "English",
    "url": "https://translate.memarc.info/languages/en/"
}