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": 157067,
    "total_words": 1933624,
    "total_chars": 13632184,
    "last_change": "2024-04-27T13:23:13.248964Z",
    "recent_changes": 1411,
    "translated": 52426,
    "translated_words": 344801,
    "translated_percent": 33.3,
    "translated_words_percent": 17.8,
    "translated_chars": 2241000,
    "translated_chars_percent": 16.4,
    "fuzzy": 4913,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 30589,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 197742,
    "fuzzy_chars_percent": 1.4,
    "failing": 2216,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 93,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1049,
    "readonly_chars_percent": 0.1,
    "suggestions": 4646,
    "comments": 37,
    "name": "Dutch",
    "url": "https://translate.fedoraproject.org/languages/nl/"
}