Languages API.

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

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

{
    "total": 333,
    "total_words": 1260,
    "total_chars": 8496,
    "last_change": "2024-01-18T22:27:43.842476Z",
    "recent_changes": 69,
    "translated": 262,
    "translated_words": 937,
    "translated_percent": 78.6,
    "translated_words_percent": 74.3,
    "translated_chars": 5946,
    "translated_chars_percent": 69.9,
    "fuzzy": 10,
    "fuzzy_percent": 3.0,
    "failing": 2,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 24,
    "comments": 0,
    "name": "Serbian",
    "url": "https://translations.zorin.com/languages/sr/"
}