Languages API.

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

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

{
    "total": 33672,
    "total_words": 165304,
    "last_change": "2016-03-01T14:33:18Z",
    "recent_changes": 34,
    "translated": 225,
    "translated_words": 667,
    "translated_percent": 0.6,
    "translated_words_percent": 0.4,
    "translated_chars": 4553,
    "translated_chars_percent": 0.3,
    "total_chars": 1191467,
    "fuzzy": 1911,
    "fuzzy_percent": 5.6,
    "failing": 1053,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "English (United States)",
    "url": "https://l10n.opensuse.org/languages/en_US/"
}