Languages API.

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

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

{
    "total": 39181,
    "total_words": 230474,
    "last_change": "2018-02-02T12:02:24.227804Z",
    "recent_changes": 1,
    "translated": 8649,
    "translated_words": 34955,
    "translated_percent": 22.0,
    "translated_words_percent": 15.1,
    "translated_chars": 234385,
    "translated_chars_percent": 14.7,
    "total_chars": 1593198,
    "fuzzy": 12246,
    "fuzzy_percent": 31.2,
    "failing": 3346,
    "failing_percent": 8.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Afrikaans",
    "url": "https://l10n.opensuse.org/languages/af/"
}