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": 232,
    "total_words": 697,
    "last_change": null,
    "recent_changes": 0,
    "translated": 210,
    "translated_words": 570,
    "translated_percent": 90.5,
    "translated_words_percent": 81.7,
    "translated_chars": 4089,
    "translated_chars_percent": 74.3,
    "total_chars": 5500,
    "fuzzy": 11,
    "fuzzy_percent": 4.7,
    "failing": 9,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Dutch",
    "url": "https://translate.modxvm.com/languages/nl/"
}