Translation components API.

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

GET /api/translations/bureaucrat-generics-16-0/generic_request_calendar/uk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4,
    "total_words": 18,
    "last_change": "2024-05-26T09:37:49.151955Z",
    "recent_changes": 2,
    "translated": 3,
    "translated_words": 4,
    "translated_percent": 75.0,
    "translated_words_percent": 22.2,
    "translated_chars": 28,
    "translated_chars_percent": 11.4,
    "total_chars": 244,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 25.0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_calendar/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_calendar/uk/"
}