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": 1357,
    "total_words": 8467,
    "last_change": "2024-10-24T18:05:49.288189Z",
    "recent_changes": 60,
    "translated": 342,
    "translated_words": 774,
    "translated_percent": 25.2,
    "translated_words_percent": 9.1,
    "translated_chars": 6439,
    "translated_chars_percent": 11.7,
    "total_chars": 54843,
    "fuzzy": 8,
    "fuzzy_percent": 0.5,
    "failing": 16,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 3.2,
    "suggestions": 59,
    "comments": 0,
    "name": "Dutch",
    "url": "https://weblate.rikka.app/languages/nl/"
}