Languages API.

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

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

{
    "total": 3426,
    "total_words": 12443,
    "last_change": "2025-03-10T17:45:00.408305Z",
    "recent_changes": 826,
    "translated": 1336,
    "translated_words": 3196,
    "translated_percent": 38.9,
    "translated_words_percent": 25.6,
    "translated_chars": 20740,
    "translated_chars_percent": 25.6,
    "total_chars": 80760,
    "fuzzy": 30,
    "fuzzy_percent": 0.8,
    "failing": 16,
    "failing_percent": 0.4,
    "name": "Occitan",
    "url": "https://translate.lxqt-project.org/languages/oc/"
}