Languages API.

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

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

{
    "total": 202,
    "total_words": 2157,
    "total_chars": 13818,
    "last_change": "2024-08-14T07:55:53.914611Z",
    "recent_changes": 36,
    "translated": 32,
    "translated_words": 92,
    "translated_percent": 15.8,
    "translated_words_percent": 4.2,
    "translated_chars": 615,
    "translated_chars_percent": 4.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Sidamo",
    "url": "http://translate.pkp.sfu.ca/languages/sid/"
}