Languages API.

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

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

{
    "total": 11441,
    "total_words": 118364,
    "last_change": "2024-05-09T12:40:45.149079Z",
    "recent_changes": 498,
    "translated": 9306,
    "translated_words": 90912,
    "translated_percent": 81.3,
    "translated_words_percent": 76.8,
    "translated_chars": 545773,
    "translated_chars_percent": 76.8,
    "total_chars": 710115,
    "fuzzy": 238,
    "fuzzy_percent": 2.0,
    "failing": 675,
    "failing_percent": 5.8,
    "approved": 1455,
    "approved_percent": 12.7,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 244,
    "comments": 15,
    "name": "Dutch",
    "url": "https://translate.habitica.com/languages/nl/"
}