Translation components API.

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

GET /api/translations/ayana/images/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 93,
    "total_words": 622,
    "total_chars": 3736,
    "last_change": "2022-04-28T21:48:29.253310Z",
    "recent_changes": 95,
    "translated": 93,
    "translated_words": 622,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 3736,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 93,
    "approved_percent": 100.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.ayana.io/projects/ayana/images/id/",
    "translate_url": "https://translate.ayana.io/translate/ayana/images/id/"
}