Languages API.

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

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

{
    "total": 61064,
    "total_words": 555547,
    "last_change": "2021-03-02T21:11:29.119372Z",
    "recent_changes": 22,
    "translated": 18,
    "translated_words": 73,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 661,
    "translated_chars_percent": 0.1,
    "total_chars": 4523177,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 111,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Sinhala",
    "url": "https://translate-dev.freebsd.org/languages/si/"
}