Translation components API.

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

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

{
    "total": 409,
    "total_words": 10167,
    "last_change": "2023-08-26T00:26:37.721664Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 6,
    "translated_percent": 1.2,
    "translated_words_percent": 0.1,
    "translated_chars": 36,
    "translated_chars_percent": 0.1,
    "total_chars": 64067,
    "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": "ko",
    "name": "Korean",
    "url": "https://translate-dev.freebsd.org/projects/documentation/booksdevelopers-handbooktools_index/ko/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/ko/"
}