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": 638,
    "total_words": 5301,
    "total_chars": 35190,
    "last_change": "2025-03-08T16:04:07.304390Z",
    "recent_changes": 191,
    "translated": 535,
    "translated_words": 5087,
    "translated_percent": 83.8,
    "translated_words_percent": 95.9,
    "translated_chars": 33674,
    "translated_chars_percent": 95.6,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "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/"
}