Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2023-09-05T05:28:18.343179Z",
    "recent_changes": 19,
    "translated": 322,
    "translated_words": 1692,
    "translated_percent": 92.0,
    "translated_words_percent": 93.6,
    "translated_chars": 10232,
    "translated_chars_percent": 93.9,
    "total_chars": 10896,
    "fuzzy": 28,
    "fuzzy_percent": 8.0,
    "failing": 51,
    "failing_percent": 14.5,
    "approved": 279,
    "approved_percent": 79.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/sk/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/sk/"
}