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": 10397,
    "total_words": 54270,
    "total_chars": 348544,
    "last_change": "2024-05-10T22:01:57.266121Z",
    "recent_changes": 4217,
    "translated": 10321,
    "translated_words": 53341,
    "translated_percent": 99.2,
    "translated_words_percent": 98.2,
    "translated_chars": 342947,
    "translated_chars_percent": 98.3,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 10258,
    "approved_percent": 98.6,
    "readonly": 46,
    "readonly_percent": 0.4,
    "suggestions": 2,
    "comments": 1,
    "name": "French",
    "url": "https://weblate.rob006.net/languages/fr/"
}