Languages API.

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

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

{
    "total": 769,
    "total_words": 4634,
    "last_change": "2024-03-02T21:05:40.913345Z",
    "recent_changes": 53,
    "translated": 301,
    "translated_words": 1698,
    "translated_percent": 39.1,
    "translated_words_percent": 36.6,
    "translated_chars": 12017,
    "translated_chars_percent": 39.0,
    "total_chars": 30751,
    "fuzzy": 3,
    "fuzzy_percent": 0.3,
    "failing": 2,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 2.3,
    "suggestions": 19,
    "comments": 0,
    "name": "Thai",
    "url": "https://weblate.rikka.app/languages/th/"
}