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": 2803,
    "total_words": 23002,
    "total_chars": 152192,
    "last_change": "2023-02-27T21:17:25.352212Z",
    "recent_changes": 13,
    "translated": 126,
    "translated_words": 498,
    "translated_percent": 4.4,
    "translated_words_percent": 2.1,
    "translated_chars": 3357,
    "translated_chars_percent": 2.2,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Albanian",
    "url": "http://translate.pkp.sfu.ca/languages/sq/"
}