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": 4173,
    "total_words": 47612,
    "total_chars": 313491,
    "last_change": "2023-06-08T06:50:24.801019Z",
    "recent_changes": 39,
    "translated": 3481,
    "translated_words": 37172,
    "translated_percent": 83.4,
    "translated_words_percent": 78.0,
    "translated_chars": 242686,
    "translated_chars_percent": 77.4,
    "fuzzy": 102,
    "fuzzy_percent": 2.4,
    "failing": 326,
    "failing_percent": 7.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 455,
    "comments": 1,
    "name": "French",
    "url": "http://translate.getmonero.org/languages/fr/"
}