Languages API.

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

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

{
    "total": 13124,
    "total_words": 40596,
    "last_change": null,
    "recent_changes": 0,
    "translated": 62,
    "translated_words": 223,
    "translated_percent": 0.4,
    "translated_words_percent": 0.5,
    "translated_chars": 1571,
    "translated_chars_percent": 0.4,
    "total_chars": 314731,
    "fuzzy": 1472,
    "fuzzy_percent": 11.2,
    "failing": 100,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Kinyarwanda",
    "url": "https://l10n.opensuse.org/languages/rw/"
}