Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2023-07-17T11:18:09.312612Z",
    "recent_changes": 1,
    "translated": 235,
    "translated_words": 1085,
    "translated_percent": 67.1,
    "translated_words_percent": 60.0,
    "translated_chars": 6468,
    "translated_chars_percent": 59.3,
    "total_chars": 10896,
    "fuzzy": 115,
    "fuzzy_percent": 32.8,
    "failing": 135,
    "failing_percent": 38.5,
    "approved": 234,
    "approved_percent": 66.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "se",
    "name": "Sami (Northern)",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/se/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/se/"
}