Translation components API.

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

GET /api/translations/phyphox/experiments/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 436,
    "total_words": 5914,
    "last_change": "2021-11-16T07:58:49.988922Z",
    "recent_changes": 52,
    "translated": 374,
    "translated_words": 4287,
    "translated_percent": 85.7,
    "translated_words_percent": 72.4,
    "translated_chars": 26677,
    "translated_chars_percent": 73.0,
    "total_chars": 36540,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 8,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.phyphox.org/projects/phyphox/experiments/it/",
    "translate_url": "https://translate.phyphox.org/translate/phyphox/experiments/it/"
}