Languages API.

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

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

{
    "total": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2024-01-18T22:27:31.715155Z",
    "recent_changes": 11,
    "translated": 72,
    "translated_words": 148,
    "translated_percent": 23.3,
    "translated_words_percent": 12.9,
    "translated_chars": 950,
    "translated_chars_percent": 13.1,
    "fuzzy": 29,
    "fuzzy_percent": 9.3,
    "failing": 7,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Assamese",
    "url": "https://translations.zorin.com/languages/as/"
}