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": 315,
    "total_words": 1155,
    "total_chars": 7366,
    "last_change": null,
    "recent_changes": 0,
    "translated": 315,
    "translated_words": 1155,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 7366,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 66,
    "failing_percent": 20.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 308,
    "readonly_percent": 97.7,
    "suggestions": 0,
    "comments": 0,
    "name": "English",
    "url": "https://translations.zorin.com/languages/en/"
}