Translation components API.

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

GET /api/translations/amikumu/app/vi/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:08.362346Z",
    "recent_changes": 1,
    "translated": 138,
    "translated_words": 412,
    "translated_percent": 39.4,
    "translated_words_percent": 22.8,
    "translated_chars": 2424,
    "translated_chars_percent": 22.2,
    "total_chars": 10896,
    "fuzzy": 212,
    "fuzzy_percent": 60.5,
    "failing": 235,
    "failing_percent": 67.1,
    "approved": 137,
    "approved_percent": 39.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 16,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/vi/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/vi/"
}