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": 2209,
    "total_words": 8860,
    "last_change": "2025-05-05T08:44:10.605578Z",
    "recent_changes": 25,
    "translated": 788,
    "translated_words": 2611,
    "translated_percent": 35.6,
    "translated_words_percent": 29.4,
    "translated_chars": 15907,
    "translated_chars_percent": 28.5,
    "total_chars": 55771,
    "fuzzy": 14,
    "fuzzy_percent": 0.6,
    "failing": 16,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Dutch",
    "url": "https://translate.memarc.info/languages/nl/"
}