Languages API.

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

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

{
    "total": 15664,
    "total_words": 67021,
    "last_change": null,
    "recent_changes": 0,
    "translated": 3190,
    "translated_words": 9518,
    "translated_percent": 20.3,
    "translated_words_percent": 14.2,
    "translated_chars": 74850,
    "translated_chars_percent": 14.9,
    "total_chars": 499847,
    "fuzzy": 4040,
    "fuzzy_percent": 25.7,
    "failing": 698,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Icelandic",
    "url": "https://l10n.opensuse.org/languages/is/"
}