Languages API.

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

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

{
    "total": 54414,
    "total_words": 335823,
    "last_change": null,
    "recent_changes": 0,
    "translated": 17531,
    "translated_words": 85948,
    "translated_percent": 32.2,
    "translated_words_percent": 25.5,
    "translated_chars": 599534,
    "translated_chars_percent": 25.5,
    "total_chars": 2347279,
    "fuzzy": 12044,
    "fuzzy_percent": 22.1,
    "failing": 6075,
    "failing_percent": 11.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Gujarati",
    "url": "https://l10n.opensuse.org/languages/gu/"
}