Translation components API.

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

GET /api/translations/amikumu/website-navigation/qnd/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:56.874514Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 2,
    "translated_percent": 3.4,
    "translated_words_percent": 1.4,
    "translated_chars": 15,
    "translated_chars_percent": 1.9,
    "total_chars": 787,
    "fuzzy": 56,
    "fuzzy_percent": 96.5,
    "failing": 55,
    "failing_percent": 94.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "qnd",
    "name": "Andaluz",
    "url": "https://traduk.amikumu.com/projects/amikumu/website-navigation/qnd/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/website-navigation/qnd/"
}