Languages API.

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

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

{
    "total": 1288,
    "total_words": 8283,
    "last_change": "2024-03-02T21:05:40.973956Z",
    "recent_changes": 78,
    "translated": 742,
    "translated_words": 4499,
    "translated_percent": 57.6,
    "translated_words_percent": 54.3,
    "translated_chars": 29567,
    "translated_chars_percent": 55.3,
    "total_chars": 53371,
    "fuzzy": 6,
    "fuzzy_percent": 0.4,
    "failing": 57,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 1.7,
    "suggestions": 5,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://weblate.rikka.app/languages/id/"
}