Translation components API.

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

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

{
    "total": 244,
    "total_words": 839,
    "last_change": null,
    "recent_changes": 0,
    "translated": 49,
    "translated_words": 99,
    "translated_percent": 20.0,
    "translated_words_percent": 11.7,
    "translated_chars": 640,
    "translated_chars_percent": 10.5,
    "total_chars": 6045,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 37,
    "failing_percent": 15.1,
    "code": "fr",
    "name": "fr (generated)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_appointment/fr/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-17-0/generic_appointment/fr/"
}