Translation components API.

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

GET /api/translations/ooops-helpdesk/ooops_helpdesk_signature_email/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 36,
    "total_words": 78,
    "last_change": null,
    "recent_changes": 0,
    "translated": 33,
    "translated_words": 60,
    "translated_percent": 91.6,
    "translated_words_percent": 76.9,
    "translated_chars": 569,
    "translated_chars_percent": 70.6,
    "total_chars": 805,
    "fuzzy": 1,
    "fuzzy_percent": 2.7,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-helpdesk/ooops_helpdesk_signature_email/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-helpdesk/ooops_helpdesk_signature_email/it/"
}