Translation components API.

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

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

{
    "code": "hy",
    "name": "Armenian",
    "total": 672,
    "total_words": 3742,
    "last_change": "2022-08-09T15:52:00.312312Z",
    "last_author": "ArmeniaTeam",
    "recent_changes": 1,
    "translated": 581,
    "translated_words": 3098,
    "translated_percent": 86.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 4,
    "failing_percent": 0.6,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/hy/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/odemessages/hy/"
}