Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2023-07-17T11:18:10.453590Z",
    "recent_changes": 1,
    "translated": 192,
    "translated_words": 759,
    "translated_percent": 54.8,
    "translated_words_percent": 42.0,
    "translated_chars": 4433,
    "translated_chars_percent": 40.6,
    "total_chars": 10896,
    "fuzzy": 158,
    "fuzzy_percent": 45.1,
    "failing": 185,
    "failing_percent": 52.8,
    "approved": 191,
    "approved_percent": 54.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 11,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/th/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/th/"
}