Translation components API.

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

GET /api/translations/amikumu/app/sv/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:08.765501Z",
    "recent_changes": 1,
    "translated": 319,
    "translated_words": 1674,
    "translated_percent": 91.1,
    "translated_words_percent": 92.6,
    "translated_chars": 10064,
    "translated_chars_percent": 92.3,
    "total_chars": 10896,
    "fuzzy": 31,
    "fuzzy_percent": 8.8,
    "failing": 47,
    "failing_percent": 13.4,
    "approved": 318,
    "approved_percent": 90.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/sv/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/sv/"
}