Languages API.

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

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

{
    "total": 5151,
    "total_words": 26281,
    "last_change": "2025-01-20T07:57:14.290352Z",
    "recent_changes": 124,
    "translated": 3213,
    "translated_words": 9864,
    "translated_percent": 62.3,
    "translated_words_percent": 37.5,
    "translated_chars": 63731,
    "translated_chars_percent": 33.9,
    "total_chars": 187925,
    "fuzzy": 291,
    "fuzzy_percent": 5.6,
    "failing": 303,
    "failing_percent": 5.8,
    "name": "Galician",
    "url": "https://translate.lxqt-project.org/languages/gl/"
}