Translation components API.

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

GET /api/translations/amikumu/app/qd/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:09.233293Z",
    "recent_changes": 1,
    "translated": 207,
    "translated_words": 903,
    "translated_percent": 59.1,
    "translated_words_percent": 49.9,
    "translated_chars": 5313,
    "translated_chars_percent": 48.7,
    "total_chars": 10896,
    "fuzzy": 143,
    "fuzzy_percent": 40.8,
    "failing": 163,
    "failing_percent": 46.5,
    "approved": 206,
    "approved_percent": 58.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "qd",
    "name": "Dothraki",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/qd/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/qd/"
}