Translation components API.

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

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

{
    "total": 139,
    "total_words": 457,
    "last_change": "2024-05-01T15:32:06.769980Z",
    "recent_changes": 18,
    "translated": 139,
    "translated_words": 457,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 3003,
    "translated_chars_percent": 100.0,
    "total_chars": 3003,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 11,
    "failing_percent": 7.9,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_resource/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_resource/uk/"
}