Languages API.

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

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

{
    "total": 1355,
    "total_words": 38031,
    "last_change": "2024-05-17T19:57:18.546593Z",
    "recent_changes": 664,
    "translated": 1310,
    "translated_words": 36850,
    "translated_percent": 96.6,
    "translated_words_percent": 96.8,
    "translated_chars": 232059,
    "translated_chars_percent": 97.0,
    "total_chars": 239058,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 19,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "https://weblate.duniter.org/languages/es/"
}