Translation components API.

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

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

{
    "total": 249,
    "total_words": 861,
    "last_change": null,
    "recent_changes": 0,
    "translated": 244,
    "translated_words": 818,
    "translated_percent": 97.9,
    "translated_words_percent": 95.0,
    "translated_chars": 5951,
    "translated_chars_percent": 95.8,
    "total_chars": 6209,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 4.0,
    "code": "tr",
    "name": "tr (generated)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/generic_appointment/tr/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/generic_appointment/tr/"
}