Languages API.

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

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

{
    "total": 5459,
    "total_words": 20530,
    "total_chars": 136040,
    "last_change": "2018-04-02T10:02:22.833975Z",
    "recent_changes": 1,
    "translated": 25,
    "translated_words": 30,
    "translated_percent": 0.4,
    "translated_words_percent": 0.1,
    "translated_chars": 261,
    "translated_chars_percent": 0.1,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Interlingua",
    "url": "https://l10n.elementary.io/languages/ia/"
}