Languages API.

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

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

{
    "total": 1162,
    "total_words": 8505,
    "last_change": null,
    "recent_changes": 0,
    "translated": 413,
    "translated_words": 1763,
    "translated_percent": 35.5,
    "translated_words_percent": 20.7,
    "translated_chars": 11100,
    "translated_chars_percent": 19.3,
    "total_chars": 57286,
    "fuzzy": 130,
    "fuzzy_percent": 11.1,
    "failing": 133,
    "failing_percent": 11.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Norwegian (old code)",
    "url": "https://l10n.opensuse.org/languages/no/"
}