Translation components API.

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

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

{
    "total": 256,
    "total_words": 1262,
    "last_change": "2024-11-01T09:19:53.410004Z",
    "recent_changes": 5,
    "translated": 214,
    "translated_words": 1027,
    "translated_percent": 83.5,
    "translated_words_percent": 81.3,
    "translated_chars": 7651,
    "translated_chars_percent": 77.7,
    "total_chars": 9843,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 22,
    "failing_percent": 8.5,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/crnd_wsd/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd/uk/"
}