Translation components API.

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

GET /api/translations/appinventor/noprojectdialog/hy/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "hy",
    "name": "Armenian",
    "total": 11,
    "total_words": 125,
    "last_change": "2021-09-04T15:42:20.291033Z",
    "last_author": "ArmeniaTeam",
    "recent_changes": 3,
    "translated": 11,
    "translated_words": 125,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/hy/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/noprojectdialog/hy/"
}