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": 6380,
    "total_words": 51772,
    "total_chars": 349495,
    "last_change": "2024-03-28T10:43:41.317035Z",
    "recent_changes": 321,
    "translated": 5036,
    "translated_words": 36413,
    "translated_percent": 78.9,
    "translated_words_percent": 70.3,
    "translated_chars": 244792,
    "translated_chars_percent": 70.0,
    "fuzzy": 78,
    "fuzzy_percent": 1.2,
    "failing": 211,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.4,
    "suggestions": 3,
    "comments": 0,
    "name": "Dutch",
    "url": "http://translate.pkp.sfu.ca/languages/nl/"
}