Languages API.

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

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

{
    "total": 321,
    "total_words": 1168,
    "total_chars": 7434,
    "last_change": "2024-01-18T22:27:43.477972Z",
    "recent_changes": 75,
    "translated": 297,
    "translated_words": 1059,
    "translated_percent": 92.5,
    "translated_words_percent": 90.6,
    "translated_chars": 6704,
    "translated_chars_percent": 90.1,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "failing": 1,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 11,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://translations.zorin.com/languages/sl/"
}