Languages API.

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

GET /api/languages/gd/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": "2025-08-14T03:16:16.181722Z",
    "recent_changes": 58,
    "translated": 88,
    "translated_words": 237,
    "translated_percent": 26.4,
    "translated_words_percent": 18.8,
    "translated_chars": 1531,
    "translated_chars_percent": 18.0,
    "fuzzy": 12,
    "fuzzy_percent": 3.6,
    "failing": 7,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 7,
    "comments": 0,
    "name": "Gaelic",
    "url": "https://translations.zorin.com/languages/gd/"
}