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": 736,
    "total_words": 3159,
    "last_change": "2021-10-26T13:09:17.488209Z",
    "recent_changes": 1,
    "translated": 40,
    "translated_words": 244,
    "translated_percent": 5.4,
    "translated_words_percent": 7.7,
    "translated_chars": 1479,
    "translated_chars_percent": 7.5,
    "total_chars": 19641,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 16,
    "comments": 0,
    "name": "Dutch",
    "url": "https://weblate.info.ucl.ac.be/languages/nl/"
}