Languages API.

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

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

{
    "total": 16008,
    "total_words": 129858,
    "last_change": "2020-03-12T10:54:53.218442Z",
    "recent_changes": 1095,
    "translated": 2520,
    "translated_words": 12014,
    "translated_percent": 15.7,
    "translated_words_percent": 9.2,
    "translated_chars": 79676,
    "translated_chars_percent": 9.2,
    "total_chars": 861890,
    "fuzzy": 231,
    "fuzzy_percent": 1.4,
    "failing": 233,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 6,
    "comments": 0,
    "name": "Albanian",
    "url": "https://l10n.opensuse.org/languages/sq/"
}