Translation components API.

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

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

{
    "total": 122,
    "total_words": 1081,
    "last_change": "2023-03-22T18:26:56.380187Z",
    "recent_changes": 36,
    "translated": 17,
    "translated_words": 53,
    "translated_percent": 13.9,
    "translated_words_percent": 4.9,
    "translated_chars": 359,
    "translated_chars_percent": 5.3,
    "total_chars": 6752,
    "fuzzy": 5,
    "fuzzy_percent": 4.0,
    "failing": 5,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 3.2,
    "suggestions": 4,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://weblate.rikka.app/projects/shizuku/manager/ca/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/manager/ca/"
}