Translation components API.

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

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

{
    "total": 13,
    "total_words": 62,
    "last_change": null,
    "recent_changes": 0,
    "translated": 1,
    "translated_words": 1,
    "translated_percent": 7.6,
    "translated_words_percent": 1.6,
    "translated_chars": 7,
    "translated_chars_percent": 1.8,
    "total_chars": 384,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 7.6,
    "code": "fr",
    "name": "fr (generated)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_assignment/fr/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_request_assignment/fr/"
}