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": 5549,
    "total_words": 27698,
    "total_chars": 167745,
    "last_change": "2024-01-09T03:05:23.862549Z",
    "recent_changes": 137,
    "translated": 5315,
    "translated_words": 25952,
    "translated_percent": 95.7,
    "translated_words_percent": 93.6,
    "translated_chars": 157161,
    "translated_chars_percent": 93.6,
    "fuzzy": 183,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 1376,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 8429,
    "fuzzy_chars_percent": 5.0,
    "failing": 866,
    "failing_percent": 15.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.4,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 10,
    "comments": 0,
    "name": "Dutch",
    "url": "https://l10n.xwiki.org/languages/nl/"
}