Translation components API.

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

GET /api/translations/crnd-web-16-0/crnd_web_diagram_plus/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 15,
    "total_words": 83,
    "last_change": null,
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 38,
    "translated_percent": 66.6,
    "translated_words_percent": 45.7,
    "translated_chars": 211,
    "translated_chars_percent": 39.3,
    "total_chars": 536,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 6.6,
    "code": "ru",
    "name": "ru (generated)",
    "url": "http://weblate.crnd.pro/projects/crnd-web-16-0/crnd_web_diagram_plus/ru/",
    "translate_url": "http://weblate.crnd.pro/translate/crnd-web-16-0/crnd_web_diagram_plus/ru/"
}