Translation components API.

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

GET /api/translations/amikumu/app/io/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:12.334004Z",
    "recent_changes": 1,
    "translated": 201,
    "translated_words": 896,
    "translated_percent": 57.4,
    "translated_words_percent": 49.5,
    "translated_chars": 5253,
    "translated_chars_percent": 48.2,
    "total_chars": 10896,
    "fuzzy": 149,
    "fuzzy_percent": 42.5,
    "failing": 143,
    "failing_percent": 40.8,
    "approved": 200,
    "approved_percent": 57.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "io",
    "name": "Ido",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/io/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/io/"
}