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_team/uk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 42,
    "total_words": 596,
    "last_change": "2024-08-08T08:57:30.146348Z",
    "recent_changes": 13,
    "translated": 27,
    "translated_words": 78,
    "translated_percent": 64.2,
    "translated_words_percent": 13.0,
    "translated_chars": 479,
    "translated_chars_percent": 3.6,
    "total_chars": 13184,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 9.5,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request_team/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request_team/uk/"
}