Translation components API.

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

GET /api/translations/amikumu/app/wep/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.865544Z",
    "recent_changes": 1,
    "translated": 153,
    "translated_words": 430,
    "translated_percent": 43.7,
    "translated_words_percent": 23.7,
    "translated_chars": 2511,
    "translated_chars_percent": 23.0,
    "total_chars": 10896,
    "fuzzy": 197,
    "fuzzy_percent": 56.2,
    "failing": 212,
    "failing_percent": 60.5,
    "approved": 152,
    "approved_percent": 43.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "wep",
    "name": "Westphalien",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/wep/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/wep/"
}