Translation components API.

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

GET /api/translations/amikumu/website-navigation/da/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.910972Z",
    "recent_changes": 1,
    "translated": 30,
    "translated_words": 70,
    "translated_percent": 51.7,
    "translated_words_percent": 51.0,
    "translated_chars": 397,
    "translated_chars_percent": 50.4,
    "total_chars": 787,
    "fuzzy": 28,
    "fuzzy_percent": 48.2,
    "failing": 27,
    "failing_percent": 46.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://traduk.amikumu.com/projects/amikumu/website-navigation/da/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/website-navigation/da/"
}