Translation components API.

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

GET /api/translations/shizuku/manager/hy/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 122,
    "total_words": 1081,
    "last_change": "2022-08-06T14:45:26.451010Z",
    "recent_changes": 2,
    "translated": 78,
    "translated_words": 500,
    "translated_percent": 63.9,
    "translated_words_percent": 46.2,
    "translated_chars": 3285,
    "translated_chars_percent": 48.6,
    "total_chars": 6752,
    "fuzzy": 2,
    "fuzzy_percent": 1.6,
    "failing": 4,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 3.2,
    "suggestions": 0,
    "comments": 0,
    "code": "hy",
    "name": "Armenian",
    "url": "https://weblate.rikka.app/projects/shizuku/manager/hy/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/manager/hy/"
}