Languages API.

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

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

{
    "total": 9329,
    "total_words": 79932,
    "total_chars": 539103,
    "last_change": "2026-03-25T14:56:32.902412Z",
    "recent_changes": 853,
    "translated": 8637,
    "translated_words": 71890,
    "translated_percent": 92.5,
    "translated_words_percent": 89.9,
    "translated_chars": 483334,
    "translated_chars_percent": 89.6,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "failing": 45,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 1,
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/languages/fr/"
}