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": 141143,
    "total_words": 1909329,
    "last_change": null,
    "recent_changes": 0,
    "translated": 141143,
    "translated_words": 1909329,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 14949261,
    "translated_chars_percent": 100.0,
    "total_chars": 14949261,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 16963,
    "failing_percent": 12.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 140385,
    "readonly_percent": 99.4,
    "suggestions": 0,
    "comments": 0,
    "name": "English",
    "url": "https://translate-dev.freebsd.org/languages/en/"
}