Translation components API.

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

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

{
    "total": 147,
    "total_words": 4180,
    "last_change": "2025-01-24T13:40:24.843971Z",
    "recent_changes": 2,
    "translated": 124,
    "translated_words": 3506,
    "translated_percent": 84.3,
    "translated_words_percent": 83.8,
    "translated_chars": 23391,
    "translated_chars_percent": 83.6,
    "total_chars": 27962,
    "fuzzy": 13,
    "fuzzy_percent": 8.8,
    "failing": 3,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 80,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookwayland_index/ko/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookwayland_index/ko/"
}