Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/wa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 39714,
    "total_words": 236346,
    "last_change": null,
    "recent_changes": 0,
    "translated": 11687,
    "translated_words": 41211,
    "translated_percent": 29.4,
    "translated_words_percent": 17.4,
    "translated_chars": 275649,
    "translated_chars_percent": 16.8,
    "total_chars": 1632634,
    "fuzzy": 12031,
    "fuzzy_percent": 30.2,
    "failing": 3624,
    "failing_percent": 9.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 4,
    "comments": 0,
    "name": "Walloon",
    "url": "https://l10n.opensuse.org/languages/wa/"
}