Translation components API.

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

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

{
    "total": 119,
    "total_words": 488,
    "last_change": null,
    "recent_changes": 0,
    "translated": 25,
    "translated_words": 100,
    "translated_percent": 21.0,
    "translated_words_percent": 20.4,
    "translated_chars": 588,
    "translated_chars_percent": 16.6,
    "total_chars": 3524,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 15,
    "failing_percent": 12.6,
    "code": "de",
    "name": "de (generated)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_contract_invoicing/de/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_contract_invoicing/de/"
}