Translation components API.

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

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

{
    "total": 710,
    "total_words": 12707,
    "last_change": "2024-12-29T14:35:43.011772Z",
    "recent_changes": 28,
    "translated": 266,
    "translated_words": 4499,
    "translated_percent": 37.4,
    "translated_words_percent": 35.4,
    "translated_chars": 32281,
    "translated_chars_percent": 35.8,
    "total_chars": 90153,
    "fuzzy": 67,
    "fuzzy_percent": 9.4,
    "failing": 18,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookvirtualization_index/ko/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookvirtualization_index/ko/"
}