Translation components API.

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

GET /api/translations/amikumu/website-navigation/bs/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:07:00.010770Z",
    "recent_changes": 1,
    "translated": 37,
    "translated_words": 84,
    "translated_percent": 63.7,
    "translated_words_percent": 61.3,
    "translated_chars": 491,
    "translated_chars_percent": 62.3,
    "total_chars": 787,
    "fuzzy": 21,
    "fuzzy_percent": 36.2,
    "failing": 20,
    "failing_percent": 34.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "bs",
    "name": "Bosnian",
    "url": "https://traduk.amikumu.com/projects/amikumu/website-navigation/bs/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/website-navigation/bs/"
}