Translation components API.

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

GET /api/translations/amikumu/app/af/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:11.646468Z",
    "recent_changes": 1,
    "translated": 263,
    "translated_words": 1282,
    "translated_percent": 75.1,
    "translated_words_percent": 70.9,
    "translated_chars": 7758,
    "translated_chars_percent": 71.2,
    "total_chars": 10896,
    "fuzzy": 87,
    "fuzzy_percent": 24.8,
    "failing": 82,
    "failing_percent": 23.4,
    "approved": 262,
    "approved_percent": 74.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 8,
    "comments": 0,
    "code": "af",
    "name": "Afrikaans",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/af/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/af/"
}