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": 675,
    "total_words": 2824,
    "total_chars": 17091,
    "last_change": "2023-09-03T04:18:25.176263Z",
    "recent_changes": 0,
    "translated": 350,
    "translated_words": 1018,
    "translated_percent": 51.8,
    "translated_words_percent": 36.0,
    "translated_chars": 6279,
    "translated_chars_percent": 36.7,
    "fuzzy": 5,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 35,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 205,
    "fuzzy_chars_percent": 1.1,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Dutch",
    "url": "https://translate.skvalex.com/languages/nl/"
}