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

{
    "total": 1023,
    "total_words": 6403,
    "last_change": "2024-11-26T16:33:51.864001Z",
    "recent_changes": 1,
    "translated": 882,
    "translated_words": 3628,
    "translated_percent": 86.2,
    "translated_words_percent": 56.6,
    "translated_chars": 24786,
    "translated_chars_percent": 30.1,
    "total_chars": 82115,
    "fuzzy": 34,
    "fuzzy_percent": 3.3,
    "failing": 92,
    "failing_percent": 8.9,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_request/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_request/uk/"
}