Translation components API.

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

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

{
    "total": 23,
    "total_words": 53,
    "last_change": null,
    "recent_changes": 0,
    "translated": 4,
    "translated_words": 6,
    "translated_percent": 17.3,
    "translated_words_percent": 11.3,
    "translated_chars": 48,
    "translated_chars_percent": 13.0,
    "total_chars": 368,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 8.6,
    "code": "fr",
    "name": "fr (generated)",
    "url": "http://weblate.crnd.pro/projects/bureaucrat-generics-16-0/crnd_service_desk_change_management/fr/",
    "translate_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_service_desk_change_management/fr/"
}