Translation components API.

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

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

{
    "total": 23,
    "total_words": 47,
    "last_change": "2024-06-12T09:07:03.674902Z",
    "recent_changes": 5,
    "translated": 21,
    "translated_words": 45,
    "translated_percent": 91.3,
    "translated_words_percent": 95.7,
    "translated_chars": 303,
    "translated_chars_percent": 98.0,
    "total_chars": 309,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 13.0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_resource_location/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_resource_location/uk/"
}