Translation components API.

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

GET /api/translations/amikumu/app/te/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:10.369452Z",
    "recent_changes": 1,
    "translated": 180,
    "translated_words": 668,
    "translated_percent": 51.4,
    "translated_words_percent": 36.9,
    "translated_chars": 3897,
    "translated_chars_percent": 35.7,
    "total_chars": 10896,
    "fuzzy": 170,
    "fuzzy_percent": 48.5,
    "failing": 191,
    "failing_percent": 54.5,
    "approved": 179,
    "approved_percent": 51.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 12,
    "comments": 0,
    "code": "te",
    "name": "Telugu",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/te/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/te/"
}