Languages API.

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

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

{
    "total": 36971,
    "total_words": 213813,
    "last_change": null,
    "recent_changes": 0,
    "translated": 8262,
    "translated_words": 24309,
    "translated_percent": 22.3,
    "translated_words_percent": 11.3,
    "translated_chars": 180432,
    "translated_chars_percent": 12.2,
    "total_chars": 1469046,
    "fuzzy": 4968,
    "fuzzy_percent": 13.4,
    "failing": 1288,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Basque",
    "url": "https://l10n.opensuse.org/languages/eu/"
}