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": 7210,
    "total_words": 33142,
    "total_chars": 217021,
    "last_change": "2024-04-25T17:20:12.905294Z",
    "recent_changes": 720,
    "translated": 6385,
    "translated_words": 26680,
    "translated_percent": 88.5,
    "translated_words_percent": 80.5,
    "translated_chars": 173283,
    "translated_chars_percent": 79.8,
    "fuzzy": 103,
    "fuzzy_percent": 1.4,
    "failing": 72,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 195,
    "comments": 0,
    "name": "Dutch",
    "url": "https://l10n.elementary.io/languages/nl/"
}