Languages API.

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

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

{
    "total": 675,
    "total_words": 5367,
    "total_chars": 35624,
    "last_change": "2025-09-08T23:08:25.921423Z",
    "recent_changes": 272,
    "translated": 618,
    "translated_words": 5188,
    "translated_percent": 91.5,
    "translated_words_percent": 96.6,
    "translated_chars": 34445,
    "translated_chars_percent": 96.6,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 5,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/languages/fr_FR/"
}