Translation components API.

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

GET /api/translations/amikumu/app/vo/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.775105Z",
    "recent_changes": 1,
    "translated": 108,
    "translated_words": 323,
    "translated_percent": 30.8,
    "translated_words_percent": 17.8,
    "translated_chars": 1894,
    "translated_chars_percent": 17.3,
    "total_chars": 10896,
    "fuzzy": 242,
    "fuzzy_percent": 69.1,
    "failing": 262,
    "failing_percent": 74.8,
    "approved": 107,
    "approved_percent": 30.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "vo",
    "name": "Volapük",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/vo/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/vo/"
}