Languages API.

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

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

{
    "total": 39189,
    "total_words": 232071,
    "last_change": null,
    "recent_changes": 0,
    "translated": 3195,
    "translated_words": 7948,
    "translated_percent": 8.1,
    "translated_words_percent": 3.4,
    "translated_chars": 61214,
    "translated_chars_percent": 3.8,
    "total_chars": 1604565,
    "fuzzy": 11451,
    "fuzzy_percent": 29.2,
    "failing": 3247,
    "failing_percent": 8.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Welsh",
    "url": "https://l10n.opensuse.org/languages/cy/"
}