Languages API.

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

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

{
    "total": 329,
    "total_words": 1255,
    "total_chars": 8455,
    "last_change": "2023-12-06T23:22:14.241191Z",
    "recent_changes": 12,
    "translated": 80,
    "translated_words": 198,
    "translated_percent": 24.3,
    "translated_words_percent": 15.7,
    "translated_chars": 1247,
    "translated_chars_percent": 14.7,
    "fuzzy": 12,
    "fuzzy_percent": 3.6,
    "failing": 3,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Friulian",
    "url": "https://translations.zorin.com/languages/fur/"
}