Translation components API.

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

GET /api/translations/amikumu/website-navigation/af/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 58,
    "total_words": 137,
    "last_change": "2023-01-20T12:06:59.372180Z",
    "recent_changes": 1,
    "translated": 45,
    "translated_words": 96,
    "translated_percent": 77.5,
    "translated_words_percent": 70.0,
    "translated_chars": 554,
    "translated_chars_percent": 70.3,
    "total_chars": 787,
    "fuzzy": 13,
    "fuzzy_percent": 22.4,
    "failing": 12,
    "failing_percent": 20.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "af",
    "name": "Afrikaans",
    "url": "https://traduk.amikumu.com/projects/amikumu/website-navigation/af/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/website-navigation/af/"
}