Translation components API.

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

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

{
    "total": 158,
    "total_words": 3150,
    "last_change": "2022-08-09T09:38:10.213056Z",
    "recent_changes": 15,
    "translated": 31,
    "translated_words": 578,
    "translated_percent": 19.6,
    "translated_words_percent": 18.3,
    "translated_chars": 3249,
    "translated_chars_percent": 17.3,
    "total_chars": 18705,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlesnew-users_index/id/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlesnew-users_index/id/"
}