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": 437,
    "total_words": 2763,
    "total_chars": 17605,
    "last_change": "2021-11-12T05:11:36.424765Z",
    "recent_changes": 34,
    "translated": 10,
    "translated_words": 13,
    "translated_percent": 2.2,
    "translated_words_percent": 0.4,
    "translated_chars": 84,
    "translated_chars_percent": 0.4,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 1,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Sinhala",
    "url": "https://translate.funkwhale.audio/languages/si/"
}