Languages API.

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

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

{
    "total": 36060,
    "total_words": 203931,
    "last_change": "2018-02-05T15:05:01.015777Z",
    "recent_changes": 47,
    "translated": 4689,
    "translated_words": 14301,
    "translated_percent": 13.0,
    "translated_words_percent": 7.0,
    "translated_chars": 107663,
    "translated_chars_percent": 7.6,
    "total_chars": 1404637,
    "fuzzy": 5759,
    "fuzzy_percent": 15.9,
    "failing": 707,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Esperanto",
    "url": "https://l10n.opensuse.org/languages/eo/"
}