Translation components API.

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

GET /api/translations/amikumu/website-navigation/fa/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:53.475774Z",
    "recent_changes": 1,
    "translated": 40,
    "translated_words": 88,
    "translated_percent": 68.9,
    "translated_words_percent": 64.2,
    "translated_chars": 511,
    "translated_chars_percent": 64.9,
    "total_chars": 787,
    "fuzzy": 18,
    "fuzzy_percent": 31.0,
    "failing": 18,
    "failing_percent": 31.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://traduk.amikumu.com/projects/amikumu/website-navigation/fa/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/website-navigation/fa/"
}