Languages API.

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

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

{
    "total": 225,
    "total_words": 1493,
    "last_change": "2024-10-08T08:30:26.416816Z",
    "recent_changes": 46,
    "translated": 56,
    "translated_words": 242,
    "translated_percent": 24.8,
    "translated_words_percent": 16.2,
    "translated_chars": 1716,
    "translated_chars_percent": 16.7,
    "total_chars": 10221,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 3.5,
    "suggestions": 38,
    "comments": 0,
    "name": "Latvian",
    "url": "https://weblate.rikka.app/languages/lv/"
}