Languages API.

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

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

{
    "total": 7936,
    "total_words": 66935,
    "total_chars": 450241,
    "last_change": "2024-03-05T09:24:25.770862Z",
    "recent_changes": 104,
    "translated": 6812,
    "translated_words": 51580,
    "translated_percent": 85.8,
    "translated_words_percent": 77.0,
    "translated_chars": 344520,
    "translated_chars_percent": 76.5,
    "fuzzy": 68,
    "fuzzy_percent": 0.8,
    "failing": 114,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 1,
    "name": "Swedish",
    "url": "http://translate.pkp.sfu.ca/languages/sv/"
}