Languages API.

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

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

{
    "total": 5475,
    "total_words": 20625,
    "total_chars": 136598,
    "last_change": "2017-09-08T19:58:19.971144Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 9,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 124,
    "translated_chars_percent": 0.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Tigrinya",
    "url": "https://l10n.elementary.io/languages/ti/"
}