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": 512,
    "total_words": 2264,
    "last_change": "2023-09-20T11:51:32.454530Z",
    "recent_changes": 3,
    "translated": 348,
    "translated_words": 1811,
    "translated_percent": 67.9,
    "translated_words_percent": 79.9,
    "translated_chars": 10976,
    "translated_chars_percent": 78.0,
    "total_chars": 14054,
    "fuzzy": 3,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 0.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Thai",
    "url": "https://weblate.ppc.lol/languages/th/"
}