Translation components API.

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

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

{
    "total": 144,
    "total_words": 479,
    "last_change": null,
    "recent_changes": 0,
    "translated": 99,
    "translated_words": 310,
    "translated_percent": 68.7,
    "translated_words_percent": 64.7,
    "translated_chars": 2017,
    "translated_chars_percent": 63.8,
    "total_chars": 3158,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 69,
    "failing_percent": 47.9,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_resource/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_resource/uk/"
}