Translation components API.

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

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

{
    "total": 42,
    "total_words": 172,
    "last_change": "2025-09-26T14:13:53.747192Z",
    "recent_changes": 9,
    "translated": 13,
    "translated_words": 34,
    "translated_percent": 30.9,
    "translated_words_percent": 19.7,
    "translated_chars": 185,
    "translated_chars_percent": 18.2,
    "total_chars": 1011,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 14,
    "failing_percent": 33.3,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_field_table/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_field_table/uk/"
}