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": 1609,
    "total_words": 11798,
    "total_chars": 70150,
    "last_change": "2024-05-03T13:55:40.788006Z",
    "recent_changes": 14,
    "translated": 1409,
    "translated_words": 10781,
    "translated_percent": 87.5,
    "translated_words_percent": 91.3,
    "translated_chars": 64134,
    "translated_chars_percent": 91.4,
    "fuzzy": 23,
    "fuzzy_percent": 1.4,
    "failing": 31,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Dutch",
    "url": "http://translate.pretalx.com/languages/nl/"
}