Translation components API.

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

GET /api/translations/amikumu/app/kmr/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:12.702395Z",
    "recent_changes": 1,
    "translated": 191,
    "translated_words": 756,
    "translated_percent": 54.5,
    "translated_words_percent": 41.8,
    "translated_chars": 4440,
    "translated_chars_percent": 40.7,
    "total_chars": 10896,
    "fuzzy": 159,
    "fuzzy_percent": 45.4,
    "failing": 156,
    "failing_percent": 44.5,
    "approved": 190,
    "approved_percent": 54.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "kmr",
    "name": "Kurdish (Northern)",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/kmr/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/kmr/"
}